Html Css Color HEX #52AA15 Kelly Green

📋 copy color: '#52AA15'

red 82 ◦ green 170 ◦ blue 21

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

Shades of Kelly Green #52AA15

Tints of Kelly Green #52AA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 30.04%
G = 62.27%
B = 7.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#52AA15 (or 0x52AA15) is known color: Kelly Green. HEX triplet: 52, AA and 15. RGB value is (82,170,21). Sum of RGB (Red+Green+Blue) = 82+170+21=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AA15 is #AD55EA. Grayscale: #7F7F7F. Windows color (decimal): -11359723 or 1419858. OLE color: 1419858.

HSL color Cylindrical-coordinate representation of color #52AA15: hue angle of 95.44º degrees, saturation: 0.78, 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 #52AA15 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 170 21 -
CMYK 0.52 0 0.88 0.33
HSL 95.44º 0.78% 0.37% -
HSV(B) 95.44º 0.88% 0.67% -
XYZ 17.99 30.6 5.67 -
YUV 126.7 68.35 96.12 -
System Red Green Blue C M Y K H S L
Decimal 82 170 21 0.52 0 0.88 0.33 95.44 0.78 0.37
Hex 52 AA 15 34 0 58 21 5F 4E 25
Octal 122 252 25 64 0 130 41 137 116 45
Binary 1010010 10101010 10101 110100 0 1011000 100001 1011111 1001110 100101

Color Harmonies of #52AA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA15

Black with #52AA15

Text Example


Text Example

White with #52AA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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