#42AC0A

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

Shades of Kelly Green #42AC0A

Tints of Kelly Green #42AC0A

Color information

#42AC0A (or 0x42AC0A) is unknown color: approx Kelly Green. HEX triplet: 42, AC and 0A. RGB value is (66,172,10). Sum of RGB (Red+Green+Blue) = 66+172+10=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AC0A is #BD53F5. Grayscale: #7A7A7A. Windows color (decimal): -12407798 or 699458. OLE color: 699458.

HSL color Cylindrical-coordinate representation of color #42AC0A: hue angle of 99.26º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42AC0A is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB6617210-
CMYK0.6200.940.33
HSL99.26º89.01%35.69%-
HSV(B)99.26º94.19%67.45%-
XYZ17.0530.695.31-
YUV121.8464.8888.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 172 (67.58% from 255) = 69.35%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=26.61%
G=69.35%
B=4.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172100.6200.940.3399.2689.0135.69
Hex42ACA3E05E21635924
Octal102254127601364114313144
Binary10000101010110010101111100101111010000111000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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