Shades of Shadow Green #8EBFAC
Tints of Shadow Green #8EBFAC
RGB
CMYK
RGB Variations
Color information
#8EBFAC (or 0x8EBFAC) is known color: Shadow Green. HEX triplet: 8E, BF and AC. RGB value is (142,191,172). Sum of RGB (Red+Green+Blue) = 142+191+172=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EBFAC is #714053. Grayscale: #AEAEAE. Windows color (decimal): -7422036 or 11321230. OLE color: 11321230.
HSL color Cylindrical-coordinate representation of color #8EBFAC: hue angle of 156.73º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EBFAC is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 191 | 172 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.25 |
| HSL | 156.73º | 0.28% | 0.65% | - |
| HSV(B) | 156.73º | 0.26% | 0.75% | - |
| XYZ | 37.23 | 45.99 | 45.94 | - |
| YUV | 174.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 191 | 172 | 0.26 | 0 | 0.10 | 0.25 | 156.73 | 0.28 | 0.65 |
| Hex | 8E | BF | AC | 1A | 0 | A | 19 | 9D | 1C | 41 |
| Octal | 216 | 277 | 254 | 32 | 0 | 12 | 31 | 235 | 34 | 101 |
| Binary | 10001110 | 10111111 | 10101100 | 11010 | 0 | 1010 | 11001 | 10011101 | 11100 | 1000001 |
Color Harmonies of #8EBFAC
Complementary color
Monochromatic Colors of #8EBFAC
Black with #8EBFAC
Text Example
Text Example
White with #8EBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBFAC; }
p { color: rgb(142,191,172); }
H1.HeaderClassName
{
color: #8EBFAC;
}
.AnyTagClassName
{
color: #8EBFAC;
}
</style>
background-color css
<style>
a { background-color: #8EBFAC; }
a { background-color: rgb(142,191,172); }
div.DivClassName
{
background-color: #8EBFAC;
}
.BgClassName
{
background-color: #8EBFAC;
}
</style>
border-color css
<style>
span { border-color: #8EBFAC; }
span { border-color: rgb(142,191,172); }
td.TdClassName
{
border-color: #8EBFAC;
}
.TagClassName
{
border-color: #8EBFAC;
}
</style>