Html Css Color HEX #52AA23 Kelly Green

📋 copy color: '#52AA23'

red 82 ◦ green 170 ◦ blue 35

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

Shades of Kelly Green #52AA23

Tints of Kelly Green #52AA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 28.57%
G = 59.23%
B = 12.2%

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

#52AA23 (or 0x52AA23) is known color: Kelly Green. HEX triplet: 52, AA and 23. RGB value is (82,170,35). Sum of RGB (Red+Green+Blue) = 82+170+35=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AA23 is #AD55DC. Grayscale: #808080. Windows color (decimal): -11359709 or 2337362. OLE color: 2337362.

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

Color convert

RGB 82 170 35 -
CMYK 0.52 0 0.79 0.33
HSL 99.11º 0.66% 0.4% -
HSV(B) 99.11º 0.79% 0.67% -
XYZ 18.16 30.66 6.55 -
YUV 128.3 75.35 94.98 -
System Red Green Blue C M Y K H S L
Decimal 82 170 35 0.52 0 0.79 0.33 99.11 0.66 0.4
Hex 52 AA 23 34 0 4F 21 63 42 28
Octal 122 252 43 64 0 117 41 143 102 50
Binary 1010010 10101010 100011 110100 0 1001111 100001 1100011 1000010 101000

Color Harmonies of #52AA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AA23

Black with #52AA23

Text Example


Text Example

White with #52AA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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