Shades of Mantle #95AA90
Tints of Mantle #95AA90
RGB
CMYK
RGB Variations
Color information
#95AA90 (or 0x95AA90) is known color: Mantle. HEX triplet: 95, AA and 90. RGB value is (149,170,144). Sum of RGB (Red+Green+Blue) = 149+170+144=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA90 is #6A556F. Grayscale: #A0A0A0. Windows color (decimal): -6968688 or 9480853. OLE color: 9480853.
HSL color Cylindrical-coordinate representation of color #95AA90: hue angle of 108.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AA90 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 144 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.33 |
| HSL | 108.46º | 0.13% | 0.62% | - |
| HSV(B) | 108.46º | 0.15% | 0.67% | - |
| XYZ | 31.8 | 37.15 | 31.88 | - |
| YUV | 160.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 144 | 0.12 | 0 | 0.15 | 0.33 | 108.46 | 0.13 | 0.62 |
| Hex | 95 | AA | 90 | C | 0 | F | 21 | 6C | D | 3E |
| Octal | 225 | 252 | 220 | 14 | 0 | 17 | 41 | 154 | 15 | 76 |
| Binary | 10010101 | 10101010 | 10010000 | 1100 | 0 | 1111 | 100001 | 1101100 | 1101 | 111110 |
Color Harmonies of #95AA90
Complementary color
Monochromatic Colors of #95AA90
Black with #95AA90
Text Example
Text Example
White with #95AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AA90; }
p { color: rgb(149,170,144); }
H1.HeaderClassName
{
color: #95AA90;
}
.AnyTagClassName
{
color: #95AA90;
}
</style>
background-color css
<style>
a { background-color: #95AA90; }
a { background-color: rgb(149,170,144); }
div.DivClassName
{
background-color: #95AA90;
}
.BgClassName
{
background-color: #95AA90;
}
</style>
border-color css
<style>
span { border-color: #95AA90; }
span { border-color: rgb(149,170,144); }
td.TdClassName
{
border-color: #95AA90;
}
.TagClassName
{
border-color: #95AA90;
}
</style>