Html Css Color HEX #52AA27 Kelly Green

📋 copy color: '#52AA27'

red 82 ◦ green 170 ◦ blue 39

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

Shades of Kelly Green #52AA27

Tints of Kelly Green #52AA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 28.18%
G = 58.42%
B = 13.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#52AA27 (or 0x52AA27) is known color: Kelly Green. HEX triplet: 52, AA and 27. RGB value is (82,170,39). Sum of RGB (Red+Green+Blue) = 82+170+39=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA27 is #AD55D8. Grayscale: #818181. Windows color (decimal): -11359705 or 2599506. OLE color: 2599506.

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

Color convert

RGB 82 170 39 -
CMYK 0.52 0 0.77 0.33
HSL 100.31º 0.63% 0.41% -
HSV(B) 100.31º 0.77% 0.67% -
XYZ 18.22 30.69 6.88 -
YUV 128.75 77.35 94.65 -
System Red Green Blue C M Y K H S L
Decimal 82 170 39 0.52 0 0.77 0.33 100.31 0.63 0.41
Hex 52 AA 27 34 0 4D 21 64 3F 29
Octal 122 252 47 64 0 115 41 144 77 51
Binary 1010010 10101010 100111 110100 0 1001101 100001 1100100 111111 101001

Color Harmonies of #52AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA27

Black with #52AA27

Text Example


Text Example

White with #52AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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