Shades of Mantle #8FA38A
Tints of Mantle #8FA38A
RGB
CMYK
RGB Variations
Color information
#8FA38A (or 0x8FA38A) is known color: Mantle. HEX triplet: 8F, A3 and 8A. RGB value is (143,163,138). Sum of RGB (Red+Green+Blue) = 143+163+138=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA38A is #705C75. Grayscale: #9A9A9A. Windows color (decimal): -7363702 or 9085839. OLE color: 9085839.
HSL color Cylindrical-coordinate representation of color #8FA38A: hue angle of 108º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA38A is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 138 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.36 |
| HSL | 108º | 0.12% | 0.59% | - |
| HSV(B) | 108º | 0.15% | 0.64% | - |
| XYZ | 29.01 | 33.87 | 29.05 | - |
| YUV | 154.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 138 | 0.12 | 0 | 0.15 | 0.36 | 108 | 0.12 | 0.59 |
| Hex | 8F | A3 | 8A | C | 0 | F | 24 | 6C | C | 3B |
| Octal | 217 | 243 | 212 | 14 | 0 | 17 | 44 | 154 | 14 | 73 |
| Binary | 10001111 | 10100011 | 10001010 | 1100 | 0 | 1111 | 100100 | 1101100 | 1100 | 111011 |
Color Harmonies of #8FA38A
Complementary color
Monochromatic Colors of #8FA38A
Black with #8FA38A
Text Example
Text Example
White with #8FA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA38A; }
p { color: rgb(143,163,138); }
H1.HeaderClassName
{
color: #8FA38A;
}
.AnyTagClassName
{
color: #8FA38A;
}
</style>
background-color css
<style>
a { background-color: #8FA38A; }
a { background-color: rgb(143,163,138); }
div.DivClassName
{
background-color: #8FA38A;
}
.BgClassName
{
background-color: #8FA38A;
}
</style>
border-color css
<style>
span { border-color: #8FA38A; }
span { border-color: rgb(143,163,138); }
td.TdClassName
{
border-color: #8FA38A;
}
.TagClassName
{
border-color: #8FA38A;
}
</style>