Html Css Color HEX #52AA20 Kelly Green

📋 copy color: '#52AA20'

red 82 ◦ green 170 ◦ blue 32

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

Shades of Kelly Green #52AA20

Tints of Kelly Green #52AA20

RGB

 RED value IS 82 (32.42% from 255) = 28.87%

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 28.87%
G = 59.86%
B = 11.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#52AA20 (or 0x52AA20) is known color: Kelly Green. HEX triplet: 52, AA and 20. RGB value is (82,170,32). Sum of RGB (Red+Green+Blue) = 82+170+32=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA20 is #AD55DF. Grayscale: #808080. Windows color (decimal): -11359712 or 2140754. OLE color: 2140754.

HSL color Cylindrical-coordinate representation of color #52AA20: hue angle of 98.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52AA20 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 32 -
CMYK 0.52 0 0.81 0.33
HSL 98.26º 0.68% 0.4% -
HSV(B) 98.26º 0.81% 0.67% -
XYZ 18.12 30.65 6.33 -
YUV 127.96 73.85 95.22 -
System Red Green Blue C M Y K H S L
Decimal 82 170 32 0.52 0 0.81 0.33 98.26 0.68 0.4
Hex 52 AA 20 34 0 51 21 62 44 28
Octal 122 252 40 64 0 121 41 142 104 50
Binary 1010010 10101010 100000 110100 0 1010001 100001 1100010 1000100 101000

Color Harmonies of #52AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA20

Black with #52AA20

Text Example


Text Example

White with #52AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AA20; }

 p { color: rgb(82,170,32); }

 H1.HeaderClassName
 {
   color: #52AA20;
 }
 .AnyTagClassName
 {
   color: #52AA20;
 }
</style>

background-color css

<style>
 a { background-color: #52AA20; }

 a { background-color: rgb(82,170,32); }

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

border-color css

<style>
 span { border-color: #52AA20; }

 span { border-color: rgb(82,170,32); }

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