#559F1E

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

Shades of Limeade #559F1E

Tints of Limeade #559F1E

Color information

#559F1E (or 0x559F1E) is unknown color: approx Limeade. HEX triplet: 55, 9F and 1E. RGB value is (85,159,30). Sum of RGB (Red+Green+Blue) = 85+159+30=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #559F1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559F1E is #AA60E1. Grayscale: #7A7A7A. Windows color (decimal): -11165922 or 2006869. OLE color: 2006869.

HSL color Cylindrical-coordinate representation of color #559F1E: hue angle of 94.42º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #559F1E is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB8515930-
CMYK0.4700.810.38
HSL94.42º68.25%37.06%-
HSV(B)94.42º81.13%62.35%-
XYZ16.3826.825.54-
YUV122.1775.98101.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 159 (62.5% from 255) = 58.03%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=31.02%
G=58.03%
B=10.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85159300.4700.810.3894.4268.2537.06
Hex559F1E2F051265e4425
Octal125237365701214613610445
Binary101010110011111111101011110101000110011010111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,159,30); }

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

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

 a { background-color: rgb(85,159,30); }

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

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

 span { border-color: rgb(85,159,30); }

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