#549F12

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

Shades of Limeade #549F12

Tints of Limeade #549F12

Color information

#549F12 (or 0x549F12) is unknown color: approx Limeade. HEX triplet: 54, 9F and 12. RGB value is (84,159,18). Sum of RGB (Red+Green+Blue) = 84+159+18=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #549F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549F12 is #AB60ED. Grayscale: #787878. Windows color (decimal): -11231470 or 1220436. OLE color: 1220436.

HSL color Cylindrical-coordinate representation of color #549F12: hue angle of 91.91º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #549F12 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB8415918-
CMYK0.4700.890.38
HSL91.91º79.66%34.71%-
HSV(B)91.91º88.68%62.35%-
XYZ16.1626.724.88-
YUV120.570.15101.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 159 (62.5% from 255) = 60.92%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=32.18%
G=60.92%
B=6.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159180.4700.890.3891.9179.6634.71
Hex549F122F059265c5023
Octal124237225701314613412043
Binary101010010011111100101011110101100110011010111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549F12; }

 p { color: rgb(84,159,18); }

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

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

 a { background-color: rgb(84,159,18); }

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

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

 span { border-color: rgb(84,159,18); }

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