#94AC8D

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

Shades of Mantle #94AC8D

Tints of Mantle #94AC8D

Color information

#94AC8D (or 0x94AC8D) is unknown color: approx Mantle. HEX triplet: 94, AC and 8D. RGB value is (148,172,141). Sum of RGB (Red+Green+Blue) = 148+172+141=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC8D is #6B5372. Grayscale: #A1A1A1. Windows color (decimal): -7033715 or 9284756. OLE color: 9284756.

HSL color Cylindrical-coordinate representation of color #94AC8D: hue angle of 106.45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94AC8D is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB148172141-
CMYK0.1400.180.33
HSL106.45º15.74%61.37%-
HSV(B)106.45º18.02%67.45%-
XYZ31.7737.7230.81-
YUV161.29116.55118.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=32.10%
G=37.31%
B=30.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721410.1400.180.33106.4515.7461.37
Hex94AC8DE012216a103d
Octal22425421516022411522075
Binary1001010010101100100011011110010010100001110101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AC8D; }

 p { color: rgb(148,172,141); }

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

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

 a { background-color: rgb(148,172,141); }

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

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

 span { border-color: rgb(148,172,141); }

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