#32AA19

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

Shades of Kelly Green #32AA19

Tints of Kelly Green #32AA19

Color information

#32AA19 (or 0x32AA19) is unknown color: approx Kelly Green. HEX triplet: 32, AA and 19. RGB value is (50,170,25). Sum of RGB (Red+Green+Blue) = 50+170+25=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 170 (66.80% from 255 or 69.39% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AA19 is #CD55E6. Grayscale: #767676. Windows color (decimal): -13456871 or 1681970. OLE color: 1681970.

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

Color convert

RGB5017025-
CMYK0.7100.850.33
HSL109.66º74.36%38.24%-
HSV(B)109.66º85.29%66.67%-
XYZ15.8729.55.78-
YUV117.5975.7479.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 170 (66.80% from 255) = 69.39%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=20.41%
G=69.39%
B=10.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50170250.7100.850.33109.6674.3638.24
Hex32AA1947055216e4a26
Octal622523110701254115611246
Binary110010101010101100110001110101010110000111011101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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