#529309

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

Shades of Limeade #529309

Tints of Limeade #529309

Color information

#529309 (or 0x529309) is unknown color: approx Limeade. HEX triplet: 52, 93 and 09. RGB value is (82,147,9). Sum of RGB (Red+Green+Blue) = 82+147+9=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #529309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529309 is #AD6CF6. Grayscale: #707070. Windows color (decimal): -11365623 or 627538. OLE color: 627538.

HSL color Cylindrical-coordinate representation of color #529309: hue angle of 88.26º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529309 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB821479-
CMYK0.4400.940.42
HSL88.26º88.46%30.59%-
HSV(B)88.26º93.88%57.65%-
XYZ13.9622.683.9-
YUV111.8369.97106.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 147 (57.81% from 255) = 61.76%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=34.45%
G=61.76%
B=3.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8214790.4400.940.4288.2688.4630.59
Hex529392C05E2A58581f
Octal122223115401365213013037
Binary1010010100100111001101100010111101010101011000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529309; }

 p { color: rgb(82,147,9); }

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

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

 a { background-color: rgb(82,147,9); }

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

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

 span { border-color: rgb(82,147,9); }

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