#32AA0E

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

Shades of Kelly Green #32AA0E

Tints of Kelly Green #32AA0E

Color information

#32AA0E (or 0x32AA0E) is unknown color: approx Kelly Green. HEX triplet: 32, AA and 0E. RGB value is (50,170,14). Sum of RGB (Red+Green+Blue) = 50+170+14=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AA0E is #CD55F1. Grayscale: #747474. Windows color (decimal): -13456882 or 961074. OLE color: 961074.

HSL color Cylindrical-coordinate representation of color #32AA0E: hue angle of 106.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32AA0E is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB5017014-
CMYK0.7100.920.33
HSL106.15º84.78%36.08%-
HSV(B)106.15º91.76%66.67%-
XYZ15.7729.465.27-
YUV116.3470.2480.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 170 (66.80% from 255) = 72.65%
BLUE value IS 14 (5.86% from 255) = 5.98%
R=21.37%
G=72.65%
B=5.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50170140.7100.920.33106.1584.7836.08
Hex32AAE4705C216a5524
Octal622521610701344115212544
Binary11001010101010111010001110101110010000111010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32AA0E; }

 p { color: rgb(50,170,14); }

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

<style>
 a { background-color: #32AA0E; }

 a { background-color: rgb(50,170,14); }

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

<style>
 span { border-color: #32AA0E; }

 span { border-color: rgb(50,170,14); }

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