#62A12C

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

Shades of Limeade #62A12C

Tints of Limeade #62A12C

Color information

#62A12C (or 0x62A12C) is unknown color: approx Limeade. HEX triplet: 62, A1 and 2C. RGB value is (98,161,44). Sum of RGB (Red+Green+Blue) = 98+161+44=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #62A12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A12C is #9D5ED3. Grayscale: #818181. Windows color (decimal): -10313428 or 2924898. OLE color: 2924898.

HSL color Cylindrical-coordinate representation of color #62A12C: hue angle of 92.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62A12C is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB9816144-
CMYK0.3900.730.37
HSL92.31º57.07%40.2%-
HSV(B)92.31º72.67%63.14%-
XYZ18.2428.276.88-
YUV128.8280.13106.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.34%
GREEN value IS 161 (63.28% from 255) = 53.14%
BLUE value IS 44 (17.58% from 255) = 14.52%
R=32.34%
G=53.14%
B=14.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal98161440.3900.730.3792.3157.0740.2
Hex62A12C27049255c3928
Octal14224154470111451347150
Binary110001010100001101100100111010010011001011011100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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