Shades of Shadow Green #8AC2AD
Tints of Shadow Green #8AC2AD
RGB
CMYK
RGB Variations
Color information
#8AC2AD (or 0x8AC2AD) is known color: Shadow Green. HEX triplet: 8A, C2 and AD. RGB value is (138,194,173). Sum of RGB (Red+Green+Blue) = 138+194+173=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC2AD is #753D52. Grayscale: #AEAEAE. Windows color (decimal): -7683411 or 11387530. OLE color: 11387530.
HSL color Cylindrical-coordinate representation of color #8AC2AD: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC2AD is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 173 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.24 |
| HSL | 157.5º | 0.31% | 0.65% | - |
| HSV(B) | 157.5º | 0.29% | 0.76% | - |
| XYZ | 37.32 | 47 | 46.64 | - |
| YUV | 174.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 173 | 0.29 | 0 | 0.11 | 0.24 | 157.5 | 0.31 | 0.65 |
| Hex | 8A | C2 | AD | 1D | 0 | B | 18 | 9E | 1F | 41 |
| Octal | 212 | 302 | 255 | 35 | 0 | 13 | 30 | 236 | 37 | 101 |
| Binary | 10001010 | 11000010 | 10101101 | 11101 | 0 | 1011 | 11000 | 10011110 | 11111 | 1000001 |
Color Harmonies of #8AC2AD
Complementary color
Monochromatic Colors of #8AC2AD
Black with #8AC2AD
Text Example
Text Example
White with #8AC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2AD; }
p { color: rgb(138,194,173); }
H1.HeaderClassName
{
color: #8AC2AD;
}
.AnyTagClassName
{
color: #8AC2AD;
}
</style>
background-color css
<style>
a { background-color: #8AC2AD; }
a { background-color: rgb(138,194,173); }
div.DivClassName
{
background-color: #8AC2AD;
}
.BgClassName
{
background-color: #8AC2AD;
}
</style>
border-color css
<style>
span { border-color: #8AC2AD; }
span { border-color: rgb(138,194,173); }
td.TdClassName
{
border-color: #8AC2AD;
}
.TagClassName
{
border-color: #8AC2AD;
}
</style>