#549212

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

Shades of Limeade #549212

Tints of Limeade #549212

Color information

#549212 (or 0x549212) is unknown color: approx Limeade. HEX triplet: 54, 92 and 12. RGB value is (84,146,18). Sum of RGB (Red+Green+Blue) = 84+146+18=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #549212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549212 is #AB6DED. Grayscale: #717171. Windows color (decimal): -11234798 or 1217108. OLE color: 1217108.

HSL color Cylindrical-coordinate representation of color #549212: hue angle of 89.06º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #549212 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB8414618-
CMYK0.4200.880.43
HSL89.06º78.05%32.16%-
HSV(B)89.06º87.67%57.25%-
XYZ14.0422.494.17-
YUV112.8774.46107.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 146 (57.42% from 255) = 58.87%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=33.87%
G=58.87%
B=7.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84146180.4200.880.4389.0678.0532.16
Hex5492122A0582B594e20
Octal124222225201305313111640
Binary101010010010010100101010100101100010101110110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549212; }

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

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

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

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

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

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

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

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