#529F18

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

Shades of Limeade #529F18

Tints of Limeade #529F18

Color information

#529F18 (or 0x529F18) is unknown color: approx Limeade. HEX triplet: 52, 9F and 18. RGB value is (82,159,24). Sum of RGB (Red+Green+Blue) = 82+159+24=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 159 (62.5% from 255 or 60% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 159 - color contains mainly: green. Hex color #529F18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529F18 is #AD60E7. Grayscale: #797979. Windows color (decimal): -11362536 or 1613650. OLE color: 1613650.

HSL color Cylindrical-coordinate representation of color #529F18: hue angle of 94.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #529F18 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB8215924-
CMYK0.4800.850.38
HSL94.22º73.77%35.88%-
HSV(B)94.22º84.91%62.35%-
XYZ16.0426.665.16-
YUV120.5973.49100.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 159 (62.5% from 255) = 60%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=30.94%
G=60%
B=9.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82159240.4800.850.3894.2273.7735.88
Hex529F1830055265e4a24
Octal122237306001254613611244
Binary101001010011111110001100000101010110011010111101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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