#549A06

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

Shades of Limeade #549A06

Tints of Limeade #549A06

Color information

#549A06 (or 0x549A06) is unknown color: approx Limeade. HEX triplet: 54, 9A and 06. RGB value is (84,154,6). Sum of RGB (Red+Green+Blue) = 84+154+6=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 154 (60.55% from 255 or 63.11% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 154 - color contains mainly: green. Hex color #549A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549A06 is #AB65F9. Grayscale: #747474. Windows color (decimal): -11232762 or 432724. OLE color: 432724.

HSL color Cylindrical-coordinate representation of color #549A06: hue angle of 88.38º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #549A06 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB841546-
CMYK0.4500.960.40
HSL88.38º92.5%31.37%-
HSV(B)88.38º96.1%60.39%-
XYZ15.2425.014.2-
YUV116.265.81105.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 154 (60.55% from 255) = 63.11%
BLUE value IS 6 (2.73% from 255) = 2.46%
R=34.43%
G=63.11%
B=2.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8415460.4500.960.4088.3892.531.37
Hex549A62D06028585c1f
Octal12423265501405013013437
Binary101010010011010110101101011000001010001011000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,154,6); }

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

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

 a { background-color: rgb(84,154,6); }

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

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

 span { border-color: rgb(84,154,6); }

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