#42AA01

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

Shades of Kelly Green #42AA01

Tints of Kelly Green #42AA01

Color information

#42AA01 (or 0x42AA01) is unknown color: approx Kelly Green. HEX triplet: 42, AA and 01. RGB value is (66,170,1). Sum of RGB (Red+Green+Blue) = 66+170+1=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AA01 is #BD55FE. Grayscale: #787878. Windows color (decimal): -12408319 or 109122. OLE color: 109122.

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

Color convert

RGB661701-
CMYK0.6100.990.33
HSL96.92º98.83%33.53%-
HSV(B)96.92º99.41%66.67%-
XYZ16.6329.914.93-
YUV119.6461.0489.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 170 (66.80% from 255) = 71.73%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=27.85%
G=71.73%
B=0.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6617010.6100.990.3396.9298.8333.53
Hex42AA13D06321616322
Octal10225217501434114114342
Binary10000101010101011111010110001110000111000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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