Html Css Color HEX #32AA1E Kelly Green

📋 copy color: '#32AA1E'

red 50 ◦ green 170 ◦ blue 30

#32AA1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #32AA1E

Tints of Kelly Green #32AA1E

RGB

 RED value IS 50 (19.92% from 255) = 20%

 GREEN value IS 170 (66.8% from 255) = 68%

 BLUE value IS 30 (12.11% from 255) = 12%

R = 20%
G = 68%
B = 12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#32AA1E (or 0x32AA1E) is known color: Kelly Green. HEX triplet: 32, AA and 1E. RGB value is (50,170,30). Sum of RGB (Red+Green+Blue) = 50+170+30=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AA1E is #CD55E1. Grayscale: #767676. Windows color (decimal): -13456866 or 2009650. OLE color: 2009650.

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

Color convert

RGB 50 170 30 -
CMYK 0.71 0 0.82 0.33
HSL 111.43º 0.7% 0.39% -
HSV(B) 111.43º 0.82% 0.67% -
XYZ 15.92 29.52 6.09 -
YUV 118.16 78.24 79.38 -
System Red Green Blue C M Y K H S L
Decimal 50 170 30 0.71 0 0.82 0.33 111.43 0.7 0.39
Hex 32 AA 1E 47 0 52 21 6F 46 27
Octal 62 252 36 107 0 122 41 157 106 47
Binary 110010 10101010 11110 1000111 0 1010010 100001 1101111 1000110 100111

Color Harmonies of #32AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AA1E

Black with #32AA1E

Text Example


Text Example

White with #32AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32AA1E;
 }
 .AnyTagClassName
 {
   color: #32AA1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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