Shades of Mantle #95AE8A
Tints of Mantle #95AE8A
RGB
CMYK
RGB Variations
Color information
#95AE8A (or 0x95AE8A) is known color: Mantle. HEX triplet: 95, AE and 8A. RGB value is (149,174,138). Sum of RGB (Red+Green+Blue) = 149+174+138=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AE8A is #6A5175. Grayscale: #A2A2A2. Windows color (decimal): -6967670 or 9088661. OLE color: 9088661.
HSL color Cylindrical-coordinate representation of color #95AE8A: hue angle of 101.67º 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 #95AE8A is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 174 | 138 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.32 |
| HSL | 101.67º | 0.18% | 0.61% | - |
| HSV(B) | 101.67º | 0.21% | 0.68% | - |
| XYZ | 32.12 | 38.5 | 29.78 | - |
| YUV | 162.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 174 | 138 | 0.14 | 0 | 0.21 | 0.32 | 101.67 | 0.18 | 0.61 |
| Hex | 95 | AE | 8A | E | 0 | 15 | 20 | 66 | 12 | 3D |
| Octal | 225 | 256 | 212 | 16 | 0 | 25 | 40 | 146 | 22 | 75 |
| Binary | 10010101 | 10101110 | 10001010 | 1110 | 0 | 10101 | 100000 | 1100110 | 10010 | 111101 |
Color Harmonies of #95AE8A
Complementary color
Monochromatic Colors of #95AE8A
Black with #95AE8A
Text Example
Text Example
White with #95AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AE8A; }
p { color: rgb(149,174,138); }
H1.HeaderClassName
{
color: #95AE8A;
}
.AnyTagClassName
{
color: #95AE8A;
}
</style>
background-color css
<style>
a { background-color: #95AE8A; }
a { background-color: rgb(149,174,138); }
div.DivClassName
{
background-color: #95AE8A;
}
.BgClassName
{
background-color: #95AE8A;
}
</style>
border-color css
<style>
span { border-color: #95AE8A; }
span { border-color: rgb(149,174,138); }
td.TdClassName
{
border-color: #95AE8A;
}
.TagClassName
{
border-color: #95AE8A;
}
</style>