Html Css Color HEX #52AA19 Kelly Green

📋 copy color: '#52AA19'

red 82 ◦ green 170 ◦ blue 25

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

Shades of Kelly Green #52AA19

Tints of Kelly Green #52AA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 29.6%
G = 61.37%
B = 9.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#52AA19 (or 0x52AA19) is known color: Kelly Green. HEX triplet: 52, AA and 19. RGB value is (82,170,25). Sum of RGB (Red+Green+Blue) = 82+170+25=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AA19 is #AD55E6. Grayscale: #7F7F7F. Windows color (decimal): -11359719 or 1682002. OLE color: 1682002.

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

Color convert

RGB 82 170 25 -
CMYK 0.52 0 0.85 0.33
HSL 96.41º 0.74% 0.38% -
HSV(B) 96.41º 0.85% 0.67% -
XYZ 18.03 30.61 5.88 -
YUV 127.16 70.35 95.79 -
System Red Green Blue C M Y K H S L
Decimal 82 170 25 0.52 0 0.85 0.33 96.41 0.74 0.38
Hex 52 AA 19 34 0 55 21 60 4A 26
Octal 122 252 31 64 0 125 41 140 112 46
Binary 1010010 10101010 11001 110100 0 1010101 100001 1100000 1001010 100110

Color Harmonies of #52AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA19

Black with #52AA19

Text Example


Text Example

White with #52AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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