#559E1A

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

Shades of Limeade #559E1A

Tints of Limeade #559E1A

Color information

#559E1A (or 0x559E1A) is unknown color: approx Limeade. HEX triplet: 55, 9E and 1A. RGB value is (85,158,26). Sum of RGB (Red+Green+Blue) = 85+158+26=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 158 (62.11% from 255 or 58.74% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 158 - color contains mainly: green. Hex color #559E1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E1A is #AA61E5. Grayscale: #797979. Windows color (decimal): -11166182 or 1744469. OLE color: 1744469.

HSL color Cylindrical-coordinate representation of color #559E1A: hue angle of 93.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #559E1A is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB8515826-
CMYK0.4600.840.38
HSL93.18º71.74%36.08%-
HSV(B)93.18º83.54%61.96%-
XYZ16.1626.465.23-
YUV121.1274.32102.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 158 (62.11% from 255) = 58.74%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=31.60%
G=58.74%
B=9.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85158260.4600.840.3893.1871.7436.08
Hex559E1A2E054265d4824
Octal125236325601244613511044
Binary101010110011110110101011100101010010011010111011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,26); }

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

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

 a { background-color: rgb(85,158,26); }

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

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

 span { border-color: rgb(85,158,26); }

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