#60a02f

Color #60A02F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #60A02F

Tints of Limeade #60A02F

Color information

#60A02F (or 0x60A02F) is unknown color: approx Limeade. HEX triplet: 60, A0 and 2F. RGB value is (96,160,47). Sum of RGB (Red+Green+Blue) = 96+160+47=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #60A02F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A02F is #9F5FD0. Grayscale: #808080. Windows color (decimal): -10444753 or 3121248. OLE color: 3121248.

HSL color Cylindrical-coordinate representation of color #60A02F: hue angle of 93.98º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60A02F is Cyan = 0.4, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB9616047-
CMYK0.400.710.37
HSL93.98º54.59%40.59%-
HSV(B)93.98º70.63%62.75%-
XYZ17.9127.837.12-
YUV127.9882.3105.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 160 (62.89% from 255) = 52.81%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=31.68%
G=52.81%
B=15.51%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96160470.400.710.3793.9854.5940.59
Hex60A02F28047255e3729
Octal14024057500107451366751
Binary110000010100000101111101000010001111001011011110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60a02f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60a02f; }

 p { color: rgb(96,160,47); }

 H1.HeaderClassName
 {
   color: #60a02f;
 }
 .AnyTagClassName
 {
   color: #60a02f;
 }
</style>
background-color css

<style>
 a { background-color: #60a02f; }

 a { background-color: rgb(96,160,47); }

 div.DivClassName
 {
   background-color: #60a02f;
 }
 .BgClassName
 {
   background-color: #60a02f;
 }
</style>
border-color css

<style>
 span { border-color: #60a02f; }

 span { border-color: rgb(96,160,47); }

 td.TdClassName
 {
   border-color: #60a02f;
 }
 .TagClassName
 {
   border-color: #60a02f;
 }
</style>