#559B12

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

Shades of Limeade #559B12

Tints of Limeade #559B12

Color information

#559B12 (or 0x559B12) is unknown color: approx Limeade. HEX triplet: 55, 9B and 12. RGB value is (85,155,18). Sum of RGB (Red+Green+Blue) = 85+155+18=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #559B12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559B12 is #AA64ED. Grayscale: #767676. Windows color (decimal): -11166958 or 1219413. OLE color: 1219413.

HSL color Cylindrical-coordinate representation of color #559B12: hue angle of 90.66º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #559B12 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB8515518-
CMYK0.4500.880.39
HSL90.66º79.19%33.92%-
HSV(B)90.66º88.39%60.78%-
XYZ15.5825.424.66-
YUV118.4571.31104.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 155 (60.94% from 255) = 60.08%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=32.95%
G=60.08%
B=6.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155180.4500.880.3990.6679.1933.92
Hex559B122D058275b4f22
Octal125233225501304713311742
Binary101010110011011100101011010101100010011110110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,155,18); }

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

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

 a { background-color: rgb(85,155,18); }

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

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

 span { border-color: rgb(85,155,18); }

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