Html Css Color HEX #52AC0B Kelly Green

📋 copy color: '#52AC0B'

red 82 ◦ green 172 ◦ blue 11

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

Shades of Kelly Green #52AC0B

Tints of Kelly Green #52AC0B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 64.91%

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 30.94%
G = 64.91%
B = 4.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#52AC0B (or 0x52AC0B) is known color: Kelly Green. HEX triplet: 52, AC and 0B. RGB value is (82,172,11). Sum of RGB (Red+Green+Blue) = 82+172+11=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AC0B is #AD53F4. Grayscale: #7F7F7F. Windows color (decimal): -11359221 or 765010. OLE color: 765010.

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

Color convert

RGB 82 172 11 -
CMYK 0.52 0 0.94 0.33
HSL 93.54º 0.88% 0.36% -
HSV(B) 93.54º 0.94% 0.67% -
XYZ 18.29 31.32 5.4 -
YUV 126.74 62.68 96.09 -
System Red Green Blue C M Y K H S L
Decimal 82 172 11 0.52 0 0.94 0.33 93.54 0.88 0.36
Hex 52 AC B 34 0 5E 21 5E 58 24
Octal 122 254 13 64 0 136 41 136 130 44
Binary 1010010 10101100 1011 110100 0 1011110 100001 1011110 1011000 100100

Color Harmonies of #52AC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC0B

Black with #52AC0B

Text Example


Text Example

White with #52AC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,11); }

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

background-color css

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

 a { background-color: rgb(82,172,11); }

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

border-color css

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

 span { border-color: rgb(82,172,11); }

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