#42A60C

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

Shades of Kelly Green #42A60C

Tints of Kelly Green #42A60C

Color information

#42A60C (or 0x42A60C) is unknown color: approx Kelly Green. HEX triplet: 42, A6 and 0C. RGB value is (66,166,12). Sum of RGB (Red+Green+Blue) = 66+166+12=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 166 (65.23% from 255 or 68.03% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 166 - color contains mainly: green. Hex color #42A60C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A60C is #BD59F3. Grayscale: #777777. Windows color (decimal): -12409332 or 828994. OLE color: 828994.

HSL color Cylindrical-coordinate representation of color #42A60C: hue angle of 98.96º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42A60C is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB6616612-
CMYK0.6000.930.35
HSL98.96º86.52%34.9%-
HSV(B)98.96º92.77%65.1%-
XYZ15.9528.465-
YUV118.5467.8790.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 166 (65.23% from 255) = 68.03%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=27.05%
G=68.03%
B=4.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66166120.6000.930.3598.9686.5234.9
Hex42A6C3C05D23635723
Octal102246147401354314312743
Binary10000101010011011001111000101110110001111000111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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