#429E0C

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

Shades of Kelly Green #429E0C

Tints of Kelly Green #429E0C

Color information

#429E0C (or 0x429E0C) is unknown color: approx Kelly Green. HEX triplet: 42, 9E and 0C. RGB value is (66,158,12). Sum of RGB (Red+Green+Blue) = 66+158+12=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #429E0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429E0C is #BD61F3. Grayscale: #727272. Windows color (decimal): -12411380 or 826946. OLE color: 826946.

HSL color Cylindrical-coordinate representation of color #429E0C: hue angle of 97.81º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #429E0C is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB6615812-
CMYK0.5800.920.38
HSL97.81º85.88%33.33%-
HSV(B)97.81º92.41%61.96%-
XYZ14.5425.644.53-
YUV113.8570.5293.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 158 (62.11% from 255) = 66.95%
BLUE value IS 12 (5.08% from 255) = 5.08%
R=27.97%
G=66.95%
B=5.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66158120.5800.920.3897.8185.8833.33
Hex429EC3A05C26625621
Octal102236147201344614212641
Binary10000101001111011001110100101110010011011000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429E0C; }

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

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

<style>
 a { background-color: #429E0C; }

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

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

<style>
 span { border-color: #429E0C; }

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

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