#42A210

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

Shades of Kelly Green #42A210

Tints of Kelly Green #42A210

Color information

#42A210 (or 0x42A210) is unknown color: approx Kelly Green. HEX triplet: 42, A2 and 10. RGB value is (66,162,16). Sum of RGB (Red+Green+Blue) = 66+162+16=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #42A210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A210 is #BD5DEF. Grayscale: #757575. Windows color (decimal): -12410352 or 1090114. OLE color: 1090114.

HSL color Cylindrical-coordinate representation of color #42A210: hue angle of 99.45º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42A210 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB6616216-
CMYK0.5900.900.36
HSL99.45º82.02%34.9%-
HSV(B)99.45º90.12%63.53%-
XYZ15.2627.044.9-
YUV116.6571.291.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 162 (63.67% from 255) = 66.39%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=27.05%
G=66.39%
B=6.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66162160.5900.900.3699.4582.0234.9
Hex42A2103B05A24635223
Octal102242207301324414312243
Binary100001010100010100001110110101101010010011000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,162,16); }

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

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

 a { background-color: rgb(66,162,16); }

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

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

 span { border-color: rgb(66,162,16); }

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