#42A20C

Color #42A20C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #42A20C

Tints of Kelly Green #42A20C

Color information

#42A20C (or 0x42A20C) is unknown color: approx Kelly Green. HEX triplet: 42, A2 and 0C. RGB value is (66,162,12). Sum of RGB (Red+Green+Blue) = 66+162+12=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 162 (63.67% from 255 or 67.5% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 162 - color contains mainly: green. Hex color #42A20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A20C is #BD5DF3. Grayscale: #747474. Windows color (decimal): -12410356 or 827970. OLE color: 827970.

HSL color Cylindrical-coordinate representation of color #42A20C: hue angle of 98.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42A20C is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB6616212-
CMYK0.5900.930.36
HSL98.4º86.21%34.12%-
HSV(B)98.4º92.59%63.53%-
XYZ15.2327.034.76-
YUV116.269.292.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 162 (63.67% from 255) = 67.5%
BLUE value IS 12 (5.08% from 255) = 5%
R=27.5%
G=67.5%
B=5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162120.5900.930.3698.486.2134.12
Hex42A2C3B05D24625622
Octal102242147301354414212642
Binary10000101010001011001110110101110110010011000101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A20C; }

 p { color: rgb(66,162,12); }

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

<style>
 a { background-color: #42A20C; }

 a { background-color: rgb(66,162,12); }

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

<style>
 span { border-color: #42A20C; }

 span { border-color: rgb(66,162,12); }

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