#549F0C

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

Shades of Limeade #549F0C

Tints of Limeade #549F0C

Color information

#549F0C (or 0x549F0C) is unknown color: approx Limeade. HEX triplet: 54, 9F and 0C. RGB value is (84,159,12). Sum of RGB (Red+Green+Blue) = 84+159+12=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #549F0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549F0C is #AB60F3. Grayscale: #787878. Windows color (decimal): -11231476 or 827220. OLE color: 827220.

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

Color convert

RGB8415912-
CMYK0.4700.920.38
HSL90.61º85.96%33.53%-
HSV(B)90.61º92.45%62.35%-
XYZ16.1226.714.65-
YUV119.8267.15102.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 159 (62.5% from 255) = 62.35%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=32.94%
G=62.35%
B=4.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84159120.4700.920.3890.6185.9633.53
Hex549FC2F05C265b5622
Octal124237145701344613312642
Binary10101001001111111001011110101110010011010110111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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