color codes Logo

#1ac93f color codes

#1AC93F
(26,201,63)
0 Favorites   0 Comments

Color spaces of #1ac93f

RGB 2620163
HSL0.370.770.45
HSV133°87°79°
CMYK 0.870.000.69   0.21
XYZ22.209842.351811.7068
Yxy42.35180.29120.5553
Hunter Lab65.0783-52.968834.8892
CIE-Lab71.1128-67.518355.0925

#1ac93f color RGB value is (26,201,63).

#1ac93f hex color red value is 26, green value is 201 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #1ac93f hue: 0.37 , saturation: 0.77 and the lightness value of 1ac93f is 0.45.

The process color (four color CMYK) of #1ac93f color code is 0.87, 0.00, 0.69, 0.21. Web safe color of #1ac93f is #33cc33. Color #1ac93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11001001 00111111
Octal 32 311 77
Decimal 26 201 63
Hex 1A C9 3F

RGB Percentages of Color #1ac93f

%8.97
%69.31
%21.72

CMYK Percentages of Color #1ac93f

%87
%0
%69
%21

Triadic Colors of #1ac93f

#1ac93f #3f1ac9 #c93f1a

Analogous Colors of #1ac93f

#1ac93f #1ac997 #4dc91a

Monochromatic Colors of #1ac93f

#1ac93f

Complementary Color

#1ac93f #c91aa4

#1ac93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ac93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ac93f Color CSS Codes

.mybgcolor {background-color:#1ac93f; } 
.myforecolor {color:#1ac93f; }
.mybordercolor {border:3px solid #1ac93f; }

#1ac93f Text Font Color

<p style="color:#1ac93f">Text here</p>

This sample text font color is #1ac93f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1ac93f Background Color

<div style="background-color:#1ac93f">
Div content here</div>

This div background color is #1ac93f


#1ac93f Border Color

<div style="border:3px solid #1ac93f">
Div here</div>

This div border color is #1ac93f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,201,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ac93f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ac93f;
  -webkit-box-shadow: 1px 1px 3px 2px #1ac93f;
  box-shadow:         1px 1px 3px 2px #1ac93f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,201,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1ac93f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1ac93f;
  -webkit-box-shadow: 1px 1px 3px 2px #1ac93f;
  box-shadow:         1px 1px 3px 2px #1ac93f;">
Div content here</div>

This div box has shadow with color #1ac93f


Comments

No comments written yet.

Please login to write comment.