#529B1A

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

Shades of Limeade #529B1A

Tints of Limeade #529B1A

Color information

#529B1A (or 0x529B1A) is unknown color: approx Limeade. HEX triplet: 52, 9B and 1A. RGB value is (82,155,26). Sum of RGB (Red+Green+Blue) = 82+155+26=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #529B1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B1A is #AD64E5. Grayscale: #767676. Windows color (decimal): -11363558 or 1743698. OLE color: 1743698.

HSL color Cylindrical-coordinate representation of color #529B1A: hue angle of 93.95º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #529B1A is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB8215526-
CMYK0.4700.830.39
HSL93.95º71.27%35.49%-
HSV(B)93.95º83.23%60.78%-
XYZ15.3925.315.05-
YUV118.4775.82101.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 155 (60.94% from 255) = 58.94%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=31.18%
G=58.94%
B=9.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155260.4700.830.3993.9571.2735.49
Hex529B1A2F053275e4723
Octal122233325701234713610743
Binary101001010011011110101011110101001110011110111101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,26); }

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

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

 a { background-color: rgb(82,155,26); }

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

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

 span { border-color: rgb(82,155,26); }

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