#529F10

Color #529F10 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #529F10

Tints of Limeade #529F10

Color information

#529F10 (or 0x529F10) is unknown color: approx Limeade. HEX triplet: 52, 9F and 10. RGB value is (82,159,16). Sum of RGB (Red+Green+Blue) = 82+159+16=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 159 (62.5% from 255 or 61.87% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 159 - color contains mainly: green. Hex color #529F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529F10 is #AD60EF. Grayscale: #787878. Windows color (decimal): -11362544 or 1089362. OLE color: 1089362.

HSL color Cylindrical-coordinate representation of color #529F10: hue angle of 92.31º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #529F10 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB8215916-
CMYK0.4800.900.38
HSL92.31º81.71%34.31%-
HSV(B)92.31º89.94%62.35%-
XYZ15.9726.634.79-
YUV119.6869.49101.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 159 (62.5% from 255) = 61.87%
BLUE value IS 16 (6.64% from 255) = 6.23%
R=31.91%
G=61.87%
B=6.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82159160.4800.900.3892.3181.7134.31
Hex529F103005A265c5222
Octal122237206001324613412242
Binary101001010011111100001100000101101010011010111001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529F10; }

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

 H1.HeaderClassName
 {
   color: #529F10;
 }
 .AnyTagClassName
 {
   color: #529F10;
 }
</style>
background-color css

<style>
 a { background-color: #529F10; }

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

 div.DivClassName
 {
   background-color: #529F10;
 }
 .BgClassName
 {
   background-color: #529F10;
 }
</style>
border-color css

<style>
 span { border-color: #529F10; }

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

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