#32AA14

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

Shades of Kelly Green #32AA14

Tints of Kelly Green #32AA14

Color information

#32AA14 (or 0x32AA14) is unknown color: approx Kelly Green. HEX triplet: 32, AA and 14. RGB value is (50,170,20). Sum of RGB (Red+Green+Blue) = 50+170+20=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AA14 is #CD55EB. Grayscale: #757575. Windows color (decimal): -13456876 or 1354290. OLE color: 1354290.

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

Color convert

RGB5017020-
CMYK0.7100.880.33
HSL108º78.95%37.25%-
HSV(B)108º88.24%66.67%-
XYZ15.8229.485.52-
YUV117.0273.2480.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 170 (66.80% from 255) = 70.83%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=20.83%
G=70.83%
B=8.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50170200.7100.880.3310878.9537.25
Hex32AA1447058216c4f25
Octal622522410701304115411745
Binary110010101010101010010001110101100010000111011001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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