Shades of Mantle #96AF90
Tints of Mantle #96AF90
RGB
CMYK
RGB Variations
Color information
#96AF90 (or 0x96AF90) is known color: Mantle. HEX triplet: 96, AF and 90. RGB value is (150,175,144). Sum of RGB (Red+Green+Blue) = 150+175+144=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF90 is #69506F. Grayscale: #A4A4A4. Windows color (decimal): -6901872 or 9482134. OLE color: 9482134.
HSL color Cylindrical-coordinate representation of color #96AF90: hue angle of 108.39º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96AF90 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 144 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.31 |
| HSL | 108.39º | 0.16% | 0.63% | - |
| HSV(B) | 108.39º | 0.18% | 0.69% | - |
| XYZ | 32.94 | 39.16 | 32.21 | - |
| YUV | 163.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 144 | 0.14 | 0 | 0.18 | 0.31 | 108.39 | 0.16 | 0.63 |
| Hex | 96 | AF | 90 | E | 0 | 12 | 1F | 6C | 10 | 3F |
| Octal | 226 | 257 | 220 | 16 | 0 | 22 | 37 | 154 | 20 | 77 |
| Binary | 10010110 | 10101111 | 10010000 | 1110 | 0 | 10010 | 11111 | 1101100 | 10000 | 111111 |
Color Harmonies of #96AF90
Complementary color
Monochromatic Colors of #96AF90
Black with #96AF90
Text Example
Text Example
White with #96AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF90; }
p { color: rgb(150,175,144); }
H1.HeaderClassName
{
color: #96AF90;
}
.AnyTagClassName
{
color: #96AF90;
}
</style>
background-color css
<style>
a { background-color: #96AF90; }
a { background-color: rgb(150,175,144); }
div.DivClassName
{
background-color: #96AF90;
}
.BgClassName
{
background-color: #96AF90;
}
</style>
border-color css
<style>
span { border-color: #96AF90; }
span { border-color: rgb(150,175,144); }
td.TdClassName
{
border-color: #96AF90;
}
.TagClassName
{
border-color: #96AF90;
}
</style>