Shades of Shadow Green #8FC0AF
Tints of Shadow Green #8FC0AF
RGB
CMYK
RGB Variations
Color information
#8FC0AF (or 0x8FC0AF) is known color: Shadow Green. HEX triplet: 8F, C0 and AF. RGB value is (143,192,175). Sum of RGB (Red+Green+Blue) = 143+192+175=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC0AF is #703F50. Grayscale: #AFAFAF. Windows color (decimal): -7356241 or 11518095. OLE color: 11518095.
HSL color Cylindrical-coordinate representation of color #8FC0AF: hue angle of 159.18º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC0AF is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 175 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.25 |
| HSL | 159.18º | 0.28% | 0.66% | - |
| HSV(B) | 159.18º | 0.26% | 0.75% | - |
| XYZ | 37.92 | 46.63 | 47.56 | - |
| YUV | 175.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 175 | 0.26 | 0 | 0.09 | 0.25 | 159.18 | 0.28 | 0.66 |
| Hex | 8F | C0 | AF | 1A | 0 | 9 | 19 | 9F | 1C | 42 |
| Octal | 217 | 300 | 257 | 32 | 0 | 11 | 31 | 237 | 34 | 102 |
| Binary | 10001111 | 11000000 | 10101111 | 11010 | 0 | 1001 | 11001 | 10011111 | 11100 | 1000010 |
Color Harmonies of #8FC0AF
Complementary color
Monochromatic Colors of #8FC0AF
Black with #8FC0AF
Text Example
Text Example
White with #8FC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0AF; }
p { color: rgb(143,192,175); }
H1.HeaderClassName
{
color: #8FC0AF;
}
.AnyTagClassName
{
color: #8FC0AF;
}
</style>
background-color css
<style>
a { background-color: #8FC0AF; }
a { background-color: rgb(143,192,175); }
div.DivClassName
{
background-color: #8FC0AF;
}
.BgClassName
{
background-color: #8FC0AF;
}
</style>
border-color css
<style>
span { border-color: #8FC0AF; }
span { border-color: rgb(143,192,175); }
td.TdClassName
{
border-color: #8FC0AF;
}
.TagClassName
{
border-color: #8FC0AF;
}
</style>