#559C09

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

Shades of Limeade #559C09

Tints of Limeade #559C09

Color information

#559C09 (or 0x559C09) is unknown color: approx Limeade. HEX triplet: 55, 9C and 09. RGB value is (85,156,9). Sum of RGB (Red+Green+Blue) = 85+156+9=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 156 (61.33% from 255 or 62.4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 156 - color contains mainly: green. Hex color #559C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559C09 is #AA63F6. Grayscale: #767676. Windows color (decimal): -11166711 or 629845. OLE color: 629845.

HSL color Cylindrical-coordinate representation of color #559C09: hue angle of 88.98º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #559C09 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB851569-
CMYK0.4600.940.39
HSL88.98º89.09%32.35%-
HSV(B)88.98º94.23%61.18%-
XYZ15.6825.734.4-
YUV118.0166.48104.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 156 (61.33% from 255) = 62.4%
BLUE value IS 9 (3.91% from 255) = 3.6%
R=34%
G=62.4%
B=3.6%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8515690.4600.940.3988.9889.0932.35
Hex559C92E05E27595920
Octal125234115601364713113140
Binary10101011001110010011011100101111010011110110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559C09; }

 p { color: rgb(85,156,9); }

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

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

 a { background-color: rgb(85,156,9); }

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

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

 span { border-color: rgb(85,156,9); }

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