Html Css Color HEX #52A00A Limeade

📋 copy color: '#52A00A'

red 82 ◦ green 160 ◦ blue 10

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

Shades of Limeade #52A00A

Tints of Limeade #52A00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 32.54%
G = 63.49%
B = 3.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#52A00A (or 0x52A00A) is known color: Limeade. HEX triplet: 52, A0 and 0A. RGB value is (82,160,10). Sum of RGB (Red+Green+Blue) = 82+160+10=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #52A00A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A00A is #AD5FF5. Grayscale: #787878. Windows color (decimal): -11362294 or 696402. OLE color: 696402.

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

Color convert

RGB 82 160 10 -
CMYK 0.49 0 0.94 0.37
HSL 91.2º 0.88% 0.33% -
HSV(B) 91.2º 0.94% 0.63% -
XYZ 16.11 26.96 4.64 -
YUV 119.58 66.16 101.2 -
System Red Green Blue C M Y K H S L
Decimal 82 160 10 0.49 0 0.94 0.37 91.2 0.88 0.33
Hex 52 A0 A 31 0 5E 25 5B 58 21
Octal 122 240 12 61 0 136 45 133 130 41
Binary 1010010 10100000 1010 110001 0 1011110 100101 1011011 1011000 100001

Color Harmonies of #52A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A00A

Black with #52A00A

Text Example


Text Example

White with #52A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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