#549006

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

Shades of Limeade #549006

Tints of Limeade #549006

Color information

#549006 (or 0x549006) is unknown color: approx Limeade. HEX triplet: 54, 90 and 06. RGB value is (84,144,6). Sum of RGB (Red+Green+Blue) = 84+144+6=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #549006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549006 is #AB6FF9. Grayscale: #6E6E6E. Windows color (decimal): -11235322 or 430164. OLE color: 430164.

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

Color convert

RGB841446-
CMYK0.4200.960.44
HSL86.09º92%29.41%-
HSV(B)86.09º95.83%56.47%-
XYZ13.6621.843.67-
YUV110.3369.12109.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 144 (56.64% from 255) = 61.54%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=35.90%
G=61.54%
B=2.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8414460.4200.960.4486.099229.41
Hex549062A0602C565c1d
Octal12422065201405412613435
Binary101010010010000110101010011000001011001010110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549006; }

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

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

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

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

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

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

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

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