Html Css Color HEX #52A310 Kelly Green

📋 copy color: '#52A310'

red 82 ◦ green 163 ◦ blue 16

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

Shades of Kelly Green #52A310

Tints of Kelly Green #52A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 62.45%

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 31.42%
G = 62.45%
B = 6.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#52A310 (or 0x52A310) is known color: Kelly Green. HEX triplet: 52, A3 and 10. RGB value is (82,163,16). Sum of RGB (Red+Green+Blue) = 82+163+16=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 163 (64.06% from 255 or 62.45% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 163 - color contains mainly: green. Hex color #52A310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A310 is #AD5CEF. Grayscale: #7A7A7A. Windows color (decimal): -11361520 or 1090386. OLE color: 1090386.

HSL color Cylindrical-coordinate representation of color #52A310: hue angle of 93.06º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52A310 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 16 -
CMYK 0.50 0 0.90 0.36
HSL 93.06º 0.82% 0.35% -
HSV(B) 93.06º 0.9% 0.64% -
XYZ 16.67 28.03 5.02 -
YUV 122.02 68.16 99.45 -
System Red Green Blue C M Y K H S L
Decimal 82 163 16 0.50 0 0.90 0.36 93.06 0.82 0.35
Hex 52 A3 10 32 0 5A 24 5D 52 23
Octal 122 243 20 62 0 132 44 135 122 43
Binary 1010010 10100011 10000 110010 0 1011010 100100 1011101 1010010 100011

Color Harmonies of #52A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A310

Black with #52A310

Text Example


Text Example

White with #52A310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,163,16); }

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

background-color css

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

 a { background-color: rgb(82,163,16); }

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

border-color css

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

 span { border-color: rgb(82,163,16); }

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