#529918

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

Shades of Limeade #529918

Tints of Limeade #529918

Color information

#529918 (or 0x529918) is unknown color: approx Limeade. HEX triplet: 52, 99 and 18. RGB value is (82,153,24). Sum of RGB (Red+Green+Blue) = 82+153+24=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 153 (60.16% from 255 or 59.07% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 153 - color contains mainly: green. Hex color #529918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529918 is #AD66E7. Grayscale: #757575. Windows color (decimal): -11364072 or 1612114. OLE color: 1612114.

HSL color Cylindrical-coordinate representation of color #529918: hue angle of 93.02º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #529918 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB8215324-
CMYK0.4600.840.4
HSL93.02º72.88%34.71%-
HSV(B)93.02º84.31%60%-
XYZ15.0424.644.83-
YUV117.0675.48102.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 153 (60.16% from 255) = 59.07%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=31.66%
G=59.07%
B=9.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153240.4600.840.493.0272.8834.71
Hex5299182E054285d4923
Octal122231305601245013511143
Binary101001010011001110001011100101010010100010111011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529918; }

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

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

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

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

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

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

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

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