#429B0A

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

Shades of Kelly Green #429B0A

Tints of Kelly Green #429B0A

Color information

#429B0A (or 0x429B0A) is unknown color: approx Kelly Green. HEX triplet: 42, 9B and 0A. RGB value is (66,155,10). Sum of RGB (Red+Green+Blue) = 66+155+10=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 155 (60.94% from 255 or 67.10% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 155 - color contains mainly: green. Hex color #429B0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B0A is #BD64F5. Grayscale: #707070. Windows color (decimal): -12412150 or 695106. OLE color: 695106.

HSL color Cylindrical-coordinate representation of color #429B0A: hue angle of 96.83º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #429B0A is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB6615510-
CMYK0.5700.940.39
HSL96.83º87.88%32.35%-
HSV(B)96.83º93.55%60.78%-
XYZ14.0224.624.3-
YUV111.8670.5195.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 67.10%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=28.57%
G=67.10%
B=4.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66155100.5700.940.3996.8387.8832.35
Hex429BA3905E27615820
Octal102233127101364714113040
Binary10000101001101110101110010101111010011111000011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,155,10); }

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

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

 a { background-color: rgb(66,155,10); }

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

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

 span { border-color: rgb(66,155,10); }

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