Shades of Mantle #95AD8F
Tints of Mantle #95AD8F
RGB
CMYK
RGB Variations
Color information
#95AD8F (or 0x95AD8F) is known color: Mantle. HEX triplet: 95, AD and 8F. RGB value is (149,173,143). Sum of RGB (Red+Green+Blue) = 149+173+143=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AD8F is #6A5270. Grayscale: #A2A2A2. Windows color (decimal): -6967921 or 9416085. OLE color: 9416085.
HSL color Cylindrical-coordinate representation of color #95AD8F: hue angle of 108º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95AD8F is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 143 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.32 |
| HSL | 108º | 0.15% | 0.62% | - |
| HSV(B) | 108º | 0.17% | 0.68% | - |
| XYZ | 32.3 | 38.26 | 31.67 | - |
| YUV | 162.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 143 | 0.14 | 0 | 0.17 | 0.32 | 108 | 0.15 | 0.62 |
| Hex | 95 | AD | 8F | E | 0 | 11 | 20 | 6C | F | 3E |
| Octal | 225 | 255 | 217 | 16 | 0 | 21 | 40 | 154 | 17 | 76 |
| Binary | 10010101 | 10101101 | 10001111 | 1110 | 0 | 10001 | 100000 | 1101100 | 1111 | 111110 |
Color Harmonies of #95AD8F
Complementary color
Monochromatic Colors of #95AD8F
Black with #95AD8F
Text Example
Text Example
White with #95AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD8F; }
p { color: rgb(149,173,143); }
H1.HeaderClassName
{
color: #95AD8F;
}
.AnyTagClassName
{
color: #95AD8F;
}
</style>
background-color css
<style>
a { background-color: #95AD8F; }
a { background-color: rgb(149,173,143); }
div.DivClassName
{
background-color: #95AD8F;
}
.BgClassName
{
background-color: #95AD8F;
}
</style>
border-color css
<style>
span { border-color: #95AD8F; }
span { border-color: rgb(149,173,143); }
td.TdClassName
{
border-color: #95AD8F;
}
.TagClassName
{
border-color: #95AD8F;
}
</style>