Shades of Mantle #95AD90
Tints of Mantle #95AD90
RGB
CMYK
RGB Variations
Color information
#95AD90 (or 0x95AD90) is known color: Mantle. HEX triplet: 95, AD and 90. RGB value is (149,173,144). Sum of RGB (Red+Green+Blue) = 149+173+144=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AD90 is #6A526F. Grayscale: #A2A2A2. Windows color (decimal): -6967920 or 9481621. OLE color: 9481621.
HSL color Cylindrical-coordinate representation of color #95AD90: hue angle of 109.66º 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 #95AD90 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 144 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.32 |
| HSL | 109.66º | 0.15% | 0.62% | - |
| HSV(B) | 109.66º | 0.17% | 0.68% | - |
| XYZ | 32.37 | 38.29 | 32.07 | - |
| YUV | 162.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 144 | 0.14 | 0 | 0.17 | 0.32 | 109.66 | 0.15 | 0.62 |
| Hex | 95 | AD | 90 | E | 0 | 11 | 20 | 6E | F | 3E |
| Octal | 225 | 255 | 220 | 16 | 0 | 21 | 40 | 156 | 17 | 76 |
| Binary | 10010101 | 10101101 | 10010000 | 1110 | 0 | 10001 | 100000 | 1101110 | 1111 | 111110 |
Color Harmonies of #95AD90
Complementary color
Monochromatic Colors of #95AD90
Black with #95AD90
Text Example
Text Example
White with #95AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD90; }
p { color: rgb(149,173,144); }
H1.HeaderClassName
{
color: #95AD90;
}
.AnyTagClassName
{
color: #95AD90;
}
</style>
background-color css
<style>
a { background-color: #95AD90; }
a { background-color: rgb(149,173,144); }
div.DivClassName
{
background-color: #95AD90;
}
.BgClassName
{
background-color: #95AD90;
}
</style>
border-color css
<style>
span { border-color: #95AD90; }
span { border-color: rgb(149,173,144); }
td.TdClassName
{
border-color: #95AD90;
}
.TagClassName
{
border-color: #95AD90;
}
</style>