Shades of Mantle #94AC90
Tints of Mantle #94AC90
RGB
CMYK
RGB Variations
Color information
#94AC90 (or 0x94AC90) is known color: Mantle. HEX triplet: 94, AC and 90. RGB value is (148,172,144). Sum of RGB (Red+Green+Blue) = 148+172+144=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC90 is #6B536F. Grayscale: #A1A1A1. Windows color (decimal): -7033712 or 9481364. OLE color: 9481364.
HSL color Cylindrical-coordinate representation of color #94AC90: hue angle of 111.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94AC90 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 172 | 144 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.33 |
| HSL | 111.43º | 0.14% | 0.62% | - |
| HSV(B) | 111.43º | 0.16% | 0.67% | - |
| XYZ | 32 | 37.81 | 32 | - |
| YUV | 161.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 172 | 144 | 0.14 | 0 | 0.16 | 0.33 | 111.43 | 0.14 | 0.62 |
| Hex | 94 | AC | 90 | E | 0 | 10 | 21 | 6F | E | 3E |
| Octal | 224 | 254 | 220 | 16 | 0 | 20 | 41 | 157 | 16 | 76 |
| Binary | 10010100 | 10101100 | 10010000 | 1110 | 0 | 10000 | 100001 | 1101111 | 1110 | 111110 |
Color Harmonies of #94AC90
Complementary color
Monochromatic Colors of #94AC90
Black with #94AC90
Text Example
Text Example
White with #94AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AC90; }
p { color: rgb(148,172,144); }
H1.HeaderClassName
{
color: #94AC90;
}
.AnyTagClassName
{
color: #94AC90;
}
</style>
background-color css
<style>
a { background-color: #94AC90; }
a { background-color: rgb(148,172,144); }
div.DivClassName
{
background-color: #94AC90;
}
.BgClassName
{
background-color: #94AC90;
}
</style>
border-color css
<style>
span { border-color: #94AC90; }
span { border-color: rgb(148,172,144); }
td.TdClassName
{
border-color: #94AC90;
}
.TagClassName
{
border-color: #94AC90;
}
</style>