#42AA21

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

Shades of Kelly Green #42AA21

Tints of Kelly Green #42AA21

Color information

#42AA21 (or 0x42AA21) is unknown color: approx Kelly Green. HEX triplet: 42, AA and 21. RGB value is (66,170,33). Sum of RGB (Red+Green+Blue) = 66+170+33=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AA21 is #BD55DE. Grayscale: #7B7B7B. Windows color (decimal): -12408287 or 2206274. OLE color: 2206274.

HSL color Cylindrical-coordinate representation of color #42AA21: hue angle of 105.55º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42AA21 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB6617033-
CMYK0.6100.810.33
HSL105.55º67.49%39.8%-
HSV(B)105.55º80.59%66.67%-
XYZ16.930.026.34-
YUV123.2977.0487.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 170 (66.80% from 255) = 63.20%
BLUE value IS 33 (13.28% from 255) = 12.27%
R=24.54%
G=63.20%
B=12.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66170330.6100.810.33105.5567.4939.8
Hex42AA213D051216a4328
Octal102252417501214115210350
Binary1000010101010101000011111010101000110000111010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,170,33); }

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

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

 a { background-color: rgb(66,170,33); }

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

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

 span { border-color: rgb(66,170,33); }

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