Shades of Mantle #96AE8A
Tints of Mantle #96AE8A
RGB
CMYK
RGB Variations
Color information
#96AE8A (or 0x96AE8A) is known color: Mantle. HEX triplet: 96, AE and 8A. RGB value is (150,174,138). Sum of RGB (Red+Green+Blue) = 150+174+138=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AE8A is #695175. Grayscale: #A2A2A2. Windows color (decimal): -6902134 or 9088662. OLE color: 9088662.
HSL color Cylindrical-coordinate representation of color #96AE8A: hue angle of 100º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96AE8A is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 138 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.32 |
| HSL | 100º | 0.18% | 0.61% | - |
| HSV(B) | 100º | 0.21% | 0.68% | - |
| XYZ | 32.3 | 38.59 | 29.79 | - |
| YUV | 162.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 138 | 0.14 | 0 | 0.21 | 0.32 | 100 | 0.18 | 0.61 |
| Hex | 96 | AE | 8A | E | 0 | 15 | 20 | 64 | 12 | 3D |
| Octal | 226 | 256 | 212 | 16 | 0 | 25 | 40 | 144 | 22 | 75 |
| Binary | 10010110 | 10101110 | 10001010 | 1110 | 0 | 10101 | 100000 | 1100100 | 10010 | 111101 |
Color Harmonies of #96AE8A
Complementary color
Monochromatic Colors of #96AE8A
Black with #96AE8A
Text Example
Text Example
White with #96AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AE8A; }
p { color: rgb(150,174,138); }
H1.HeaderClassName
{
color: #96AE8A;
}
.AnyTagClassName
{
color: #96AE8A;
}
</style>
background-color css
<style>
a { background-color: #96AE8A; }
a { background-color: rgb(150,174,138); }
div.DivClassName
{
background-color: #96AE8A;
}
.BgClassName
{
background-color: #96AE8A;
}
</style>
border-color css
<style>
span { border-color: #96AE8A; }
span { border-color: rgb(150,174,138); }
td.TdClassName
{
border-color: #96AE8A;
}
.TagClassName
{
border-color: #96AE8A;
}
</style>