color codes Logo

#60ab2c color codes

#60AB2C
(96,171,44)
0 Favorites   0 Comments

Color spaces of #60ab2c

RGB 9617144
HSL0.270.590.42
HSV95°74°67°
CMYK 0.440.000.74   0.33
XYZ19.841431.79457.4741
Yxy31.79450.33570.5379
Hunter Lab56.3866-35.865731.6117
CIE-Lab63.1727-44.654654.6149

#60ab2c color RGB value is (96,171,44).

#60ab2c hex color red value is 96, green value is 171 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #60ab2c hue: 0.27 , saturation: 0.59 and the lightness value of 60ab2c is 0.42.

The process color (four color CMYK) of #60ab2c color code is 0.44, 0.00, 0.74, 0.33. Web safe color of #60ab2c is #669933. Color #60ab2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101011 00101100
Octal 140 253 54
Decimal 96 171 44
Hex 60 AB 2C

RGB Percentages of Color #60ab2c

%30.87
%54.98
%14.15

CMYK Percentages of Color #60ab2c

%44
%0
%74
%33

Triadic Colors of #60ab2c

#60ab2c #2c60ab #ab2c60

Analogous Colors of #60ab2c

#60ab2c #2cab37 #a0ab2c

Monochromatic Colors of #60ab2c

#60ab2c

Complementary Color

#60ab2c #772cab

#60ab2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ab2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ab2c Color CSS Codes

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

#60ab2c Text Font Color

<p style="color:#60ab2c">Text here</p>

This sample text font color is #60ab2c
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.


#60ab2c Background Color

<div style="background-color:#60ab2c">
Div content here</div>

This div background color is #60ab2c


#60ab2c Border Color

<div style="border:3px solid #60ab2c">
Div here</div>

This div border color is #60ab2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,171,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60ab2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60ab2c;
  -webkit-box-shadow: 1px 1px 3px 2px #60ab2c;
  box-shadow:         1px 1px 3px 2px #60ab2c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,171,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ab2c


Comments

No comments written yet.

Please login to write comment.