Html Css Color HEX #52A910 Kelly Green

📋 copy color: '#52A910'

red 82 ◦ green 169 ◦ blue 16

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

Shades of Kelly Green #52A910

Tints of Kelly Green #52A910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 63.3%

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

R = 30.71%
G = 63.3%
B = 5.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#52A910 (or 0x52A910) is known color: Kelly Green. HEX triplet: 52, A9 and 10. RGB value is (82,169,16). Sum of RGB (Red+Green+Blue) = 82+169+16=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 169 (66.41% from 255 or 63.30% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 169 - color contains mainly: green. Hex color #52A910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A910 is #AD56EF. Grayscale: #7E7E7E. Windows color (decimal): -11359984 or 1091922. OLE color: 1091922.

HSL color Cylindrical-coordinate representation of color #52A910: hue angle of 94.12º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52A910 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 169 16 -
CMYK 0.51 0 0.91 0.34
HSL 94.12º 0.83% 0.36% -
HSV(B) 94.12º 0.91% 0.66% -
XYZ 17.76 30.21 5.38 -
YUV 125.55 66.18 96.94 -
System Red Green Blue C M Y K H S L
Decimal 82 169 16 0.51 0 0.91 0.34 94.12 0.83 0.36
Hex 52 A9 10 33 0 5B 22 5E 53 24
Octal 122 251 20 63 0 133 42 136 123 44
Binary 1010010 10101001 10000 110011 0 1011011 100010 1011110 1010011 100100

Color Harmonies of #52A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A910

Black with #52A910

Text Example


Text Example

White with #52A910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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