#42A50C

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

Shades of Kelly Green #42A50C

Tints of Kelly Green #42A50C

Color information

#42A50C (or 0x42A50C) is unknown color: approx Kelly Green. HEX triplet: 42, A5 and 0C. RGB value is (66,165,12). Sum of RGB (Red+Green+Blue) = 66+165+12=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 165 (64.84% from 255 or 67.90% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 165 - color contains mainly: green. Hex color #42A50C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A50C is #BD5AF3. Grayscale: #767676. Windows color (decimal): -12409588 or 828738. OLE color: 828738.

HSL color Cylindrical-coordinate representation of color #42A50C: hue angle of 98.82º degrees, saturation: 0.86, 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 #42A50C is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB6616512-
CMYK0.6000.930.35
HSL98.82º86.44%34.71%-
HSV(B)98.82º92.73%64.71%-
XYZ15.7728.14.94-
YUV117.9668.290.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 165 (64.84% from 255) = 67.90%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=27.16%
G=67.90%
B=4.94%

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
Decimal66165120.6000.930.3598.8286.4434.71
Hex42A5C3C05D23635623
Octal102245147401354314312643
Binary10000101010010111001111000101110110001111000111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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