#42A60D

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

Shades of Kelly Green #42A60D

Tints of Kelly Green #42A60D

Color information

#42A60D (or 0x42A60D) is unknown color: approx Kelly Green. HEX triplet: 42, A6 and 0D. RGB value is (66,166,13). Sum of RGB (Red+Green+Blue) = 66+166+13=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #42A60D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A60D is #BD59F2. Grayscale: #777777. Windows color (decimal): -12409331 or 894530. OLE color: 894530.

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

Color convert

RGB6616613-
CMYK0.6000.920.35
HSL99.22º85.47%35.1%-
HSV(B)99.22º92.17%65.1%-
XYZ15.9628.465.03-
YUV118.6668.3790.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 166 (65.23% from 255) = 67.76%
BLUE value IS 13 (5.47% from 255) = 5.31%
R=26.94%
G=67.76%
B=5.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66166130.6000.920.3599.2285.4735.1
Hex42A6D3C05C23635523
Octal102246157401344314312543
Binary10000101010011011011111000101110010001111000111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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