Shades of Mantle #93AF8F
Tints of Mantle #93AF8F
RGB
CMYK
RGB Variations
Color information
#93AF8F (or 0x93AF8F) is known color: Mantle. HEX triplet: 93, AF and 8F. RGB value is (147,175,143). Sum of RGB (Red+Green+Blue) = 147+175+143=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF8F is #6C5070. Grayscale: #A3A3A3. Windows color (decimal): -7098481 or 9416595. OLE color: 9416595.
HSL color Cylindrical-coordinate representation of color #93AF8F: hue angle of 112.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93AF8F is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 143 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.31 |
| HSL | 112.5º | 0.17% | 0.62% | - |
| HSV(B) | 112.5º | 0.18% | 0.69% | - |
| XYZ | 32.32 | 38.85 | 31.78 | - |
| YUV | 162.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 143 | 0.16 | 0 | 0.18 | 0.31 | 112.5 | 0.17 | 0.62 |
| Hex | 93 | AF | 8F | 10 | 0 | 12 | 1F | 70 | 11 | 3E |
| Octal | 223 | 257 | 217 | 20 | 0 | 22 | 37 | 160 | 21 | 76 |
| Binary | 10010011 | 10101111 | 10001111 | 10000 | 0 | 10010 | 11111 | 1110000 | 10001 | 111110 |
Color Harmonies of #93AF8F
Complementary color
Monochromatic Colors of #93AF8F
Black with #93AF8F
Text Example
Text Example
White with #93AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF8F; }
p { color: rgb(147,175,143); }
H1.HeaderClassName
{
color: #93AF8F;
}
.AnyTagClassName
{
color: #93AF8F;
}
</style>
background-color css
<style>
a { background-color: #93AF8F; }
a { background-color: rgb(147,175,143); }
div.DivClassName
{
background-color: #93AF8F;
}
.BgClassName
{
background-color: #93AF8F;
}
</style>
border-color css
<style>
span { border-color: #93AF8F; }
span { border-color: rgb(147,175,143); }
td.TdClassName
{
border-color: #93AF8F;
}
.TagClassName
{
border-color: #93AF8F;
}
</style>