#549009

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

Shades of Limeade #549009

Tints of Limeade #549009

Color information

#549009 (or 0x549009) is unknown color: approx Limeade. HEX triplet: 54, 90 and 09. RGB value is (84,144,9). Sum of RGB (Red+Green+Blue) = 84+144+9=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #549009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549009 is #AB6FF6. Grayscale: #6F6F6F. Windows color (decimal): -11235319 or 626772. OLE color: 626772.

HSL color Cylindrical-coordinate representation of color #549009: hue angle of 86.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #549009 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB841449-
CMYK0.4200.940.44
HSL86.67º88.24%30%-
HSV(B)86.67º93.75%56.47%-
XYZ13.6821.853.76-
YUV110.6770.62108.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 144 (56.64% from 255) = 60.76%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=35.44%
G=60.76%
B=3.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8414490.4200.940.4486.6788.2430
Hex549092A05E2C57581e
Octal124220115201365412713036
Binary1010100100100001001101010010111101011001010111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549009; }

 p { color: rgb(84,144,9); }

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

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

 a { background-color: rgb(84,144,9); }

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

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

 span { border-color: rgb(84,144,9); }

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