#32AD1E

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

Shades of Kelly Green #32AD1E

Tints of Kelly Green #32AD1E

Color information

#32AD1E (or 0x32AD1E) is unknown color: approx Kelly Green. HEX triplet: 32, AD and 1E. RGB value is (50,173,30). Sum of RGB (Red+Green+Blue) = 50+173+30=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AD1E is #CD52E1. Grayscale: #787878. Windows color (decimal): -13456098 or 2010418. OLE color: 2010418.

HSL color Cylindrical-coordinate representation of color #32AD1E: hue angle of 111.61º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32AD1E is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB5017330-
CMYK0.7100.830.32
HSL111.61º70.44%39.8%-
HSV(B)111.61º82.66%67.84%-
XYZ16.4930.666.28-
YUV119.9277.2578.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 173 (67.97% from 255) = 68.38%
BLUE value IS 30 (12.11% from 255) = 11.86%
R=19.76%
G=68.38%
B=11.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50173300.7100.830.32111.6170.4439.8
Hex32AD1E4705320704628
Octal622553610701234016010650
Binary110010101011011111010001110101001110000011100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,173,30); }

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

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

 a { background-color: rgb(50,173,30); }

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

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

 span { border-color: rgb(50,173,30); }

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