#42A718

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

Shades of Kelly Green #42A718

Tints of Kelly Green #42A718

Color information

#42A718 (or 0x42A718) is unknown color: approx Kelly Green. HEX triplet: 42, A7 and 18. RGB value is (66,167,24). Sum of RGB (Red+Green+Blue) = 66+167+24=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 167 (65.62% from 255 or 64.98% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 167 - color contains mainly: green. Hex color #42A718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A718 is #BD58E7. Grayscale: #787878. Windows color (decimal): -12409064 or 1615682. OLE color: 1615682.

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

Color convert

RGB6616724-
CMYK0.6000.860.35
HSL102.38º74.87%37.45%-
HSV(B)102.38º85.63%65.49%-
XYZ16.2328.865.58-
YUV120.573.5489.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 167 (65.62% from 255) = 64.98%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=25.68%
G=64.98%
B=9.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66167240.6000.860.35102.3874.8737.45
Hex42A7183C05623664b25
Octal102247307401264314611345
Binary100001010100111110001111000101011010001111001101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,167,24); }

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

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

 a { background-color: rgb(66,167,24); }

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

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

 span { border-color: rgb(66,167,24); }

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