#32AA0C

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

Shades of Kelly Green #32AA0C

Tints of Kelly Green #32AA0C

Color information

#32AA0C (or 0x32AA0C) is unknown color: approx Kelly Green. HEX triplet: 32, AA and 0C. RGB value is (50,170,12). Sum of RGB (Red+Green+Blue) = 50+170+12=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AA0C is #CD55F3. Grayscale: #747474. Windows color (decimal): -13456884 or 830002. OLE color: 830002.

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

Color convert

RGB5017012-
CMYK0.7100.930.33
HSL105.57º86.81%35.69%-
HSV(B)105.57º92.94%66.67%-
XYZ15.7629.455.2-
YUV116.1169.2480.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 170 (66.80% from 255) = 73.28%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=21.55%
G=73.28%
B=5.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50170120.7100.930.33105.5786.8135.69
Hex32AAC4705D216a5724
Octal622521410701354115212744
Binary11001010101010110010001110101110110000111010101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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