Html Css Color HEX #52AA24 Kelly Green

📋 copy color: '#52AA24'

red 82 ◦ green 170 ◦ blue 36

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

Shades of Kelly Green #52AA24

Tints of Kelly Green #52AA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 28.47%
G = 59.03%
B = 12.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#52AA24 (or 0x52AA24) is known color: Kelly Green. HEX triplet: 52, AA and 24. RGB value is (82,170,36). Sum of RGB (Red+Green+Blue) = 82+170+36=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 170 (66.80% from 255 or 59.03% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA24 is #AD55DB. Grayscale: #808080. Windows color (decimal): -11359708 or 2402898. OLE color: 2402898.

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

Color convert

RGB 82 170 36 -
CMYK 0.52 0 0.79 0.33
HSL 99.4º 0.65% 0.4% -
HSV(B) 99.4º 0.79% 0.67% -
XYZ 18.17 30.67 6.63 -
YUV 128.41 75.85 94.9 -
System Red Green Blue C M Y K H S L
Decimal 82 170 36 0.52 0 0.79 0.33 99.4 0.65 0.4
Hex 52 AA 24 34 0 4F 21 63 41 28
Octal 122 252 44 64 0 117 41 143 101 50
Binary 1010010 10101010 100100 110100 0 1001111 100001 1100011 1000001 101000

Color Harmonies of #52AA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA24

Black with #52AA24

Text Example


Text Example

White with #52AA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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