#62A12F

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

Shades of Limeade #62A12F

Tints of Limeade #62A12F

Color information

#62A12F (or 0x62A12F) is unknown color: approx Limeade. HEX triplet: 62, A1 and 2F. RGB value is (98,161,47). Sum of RGB (Red+Green+Blue) = 98+161+47=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #62A12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A12F is #9D5ED0. Grayscale: #818181. Windows color (decimal): -10313425 or 3121506. OLE color: 3121506.

HSL color Cylindrical-coordinate representation of color #62A12F: hue angle of 93.16º 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 #62A12F is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB9816147-
CMYK0.3900.710.37
HSL93.16º54.81%40.78%-
HSV(B)93.16º70.81%63.14%-
XYZ18.2928.297.19-
YUV129.1781.63105.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.03%
GREEN value IS 161 (63.28% from 255) = 52.61%
BLUE value IS 47 (18.75% from 255) = 15.36%
R=32.03%
G=52.61%
B=15.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal98161470.3900.710.3793.1654.8140.78
Hex62A12F27047255d3729
Octal14224157470107451356751
Binary110001010100001101111100111010001111001011011101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A12F; }

 p { color: rgb(98,161,47); }

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

<style>
 a { background-color: #62A12F; }

 a { background-color: rgb(98,161,47); }

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

<style>
 span { border-color: #62A12F; }

 span { border-color: rgb(98,161,47); }

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