Html Css Color HEX #52A010 Limeade

📋 copy color: '#52A010'

red 82 ◦ green 160 ◦ blue 16

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

Shades of Limeade #52A010

Tints of Limeade #52A010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.02%

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

R = 31.78%
G = 62.02%
B = 6.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#52A010 (or 0x52A010) is known color: Limeade. HEX triplet: 52, A0 and 10. RGB value is (82,160,16). Sum of RGB (Red+Green+Blue) = 82+160+16=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #52A010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A010 is #AD5FEF. Grayscale: #787878. Windows color (decimal): -11362288 or 1089618. OLE color: 1089618.

HSL color Cylindrical-coordinate representation of color #52A010: hue angle of 92.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52A010 is Cyan = 0.49, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 82 160 16 -
CMYK 0.49 0 0.9 0.37
HSL 92.5º 0.82% 0.35% -
HSV(B) 92.5º 0.9% 0.63% -
XYZ 16.14 26.97 4.85 -
YUV 120.26 69.16 100.71 -
System Red Green Blue C M Y K H S L
Decimal 82 160 16 0.49 0 0.9 0.37 92.5 0.82 0.35
Hex 52 A0 10 31 0 5A 25 5C 52 23
Octal 122 240 20 61 0 132 45 134 122 43
Binary 1010010 10100000 10000 110001 0 1011010 100101 1011100 1010010 100011

Color Harmonies of #52A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A010

Black with #52A010

Text Example


Text Example

White with #52A010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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