#42AA12

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

Shades of Kelly Green #42AA12

Tints of Kelly Green #42AA12

Color information

#42AA12 (or 0x42AA12) is unknown color: approx Kelly Green. HEX triplet: 42, AA and 12. RGB value is (66,170,18). Sum of RGB (Red+Green+Blue) = 66+170+18=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AA12 is #BD55ED. Grayscale: #7A7A7A. Windows color (decimal): -12408302 or 1223234. OLE color: 1223234.

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

Color convert

RGB6617018-
CMYK0.6100.890.33
HSL101.05º80.85%36.86%-
HSV(B)101.05º89.41%66.67%-
XYZ16.7329.955.47-
YUV121.5869.5488.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 170 (66.80% from 255) = 66.93%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=25.98%
G=66.93%
B=7.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66170180.6100.890.33101.0580.8536.86
Hex42AA123D05921655125
Octal102252227501314114512145
Binary100001010101010100101111010101100110000111001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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