Shades of Envy #8AA98D
Tints of Envy #8AA98D
RGB
CMYK
RGB Variations
Color information
#8AA98D (or 0x8AA98D) is known color: Envy. HEX triplet: 8A, A9 and 8D. RGB value is (138,169,141). Sum of RGB (Red+Green+Blue) = 138+169+141=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA98D is #755672. Grayscale: #9C9C9C. Windows color (decimal): -7689843 or 9283978. OLE color: 9283978.
HSL color Cylindrical-coordinate representation of color #8AA98D: hue angle of 125.81º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8AA98D is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 141 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.34 |
| HSL | 125.81º | 0.15% | 0.6% | - |
| HSV(B) | 125.81º | 0.18% | 0.66% | - |
| XYZ | 29.48 | 35.7 | 30.54 | - |
| YUV | 156.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 141 | 0.18 | 0 | 0.17 | 0.34 | 125.81 | 0.15 | 0.6 |
| Hex | 8A | A9 | 8D | 12 | 0 | 11 | 22 | 7E | F | 3C |
| Octal | 212 | 251 | 215 | 22 | 0 | 21 | 42 | 176 | 17 | 74 |
| Binary | 10001010 | 10101001 | 10001101 | 10010 | 0 | 10001 | 100010 | 1111110 | 1111 | 111100 |
Color Harmonies of #8AA98D
Complementary color
Monochromatic Colors of #8AA98D
Black with #8AA98D
Text Example
Text Example
White with #8AA98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA98D; }
p { color: rgb(138,169,141); }
H1.HeaderClassName
{
color: #8AA98D;
}
.AnyTagClassName
{
color: #8AA98D;
}
</style>
background-color css
<style>
a { background-color: #8AA98D; }
a { background-color: rgb(138,169,141); }
div.DivClassName
{
background-color: #8AA98D;
}
.BgClassName
{
background-color: #8AA98D;
}
</style>
border-color css
<style>
span { border-color: #8AA98D; }
span { border-color: rgb(138,169,141); }
td.TdClassName
{
border-color: #8AA98D;
}
.TagClassName
{
border-color: #8AA98D;
}
</style>