Shades of Envy #8AAF93
Tints of Envy #8AAF93
RGB
CMYK
RGB Variations
Color information
#8AAF93 (or 0x8AAF93) is known color: Envy. HEX triplet: 8A, AF and 93. RGB value is (138,175,147). Sum of RGB (Red+Green+Blue) = 138+175+147=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF93 is #75506C. Grayscale: #A0A0A0. Windows color (decimal): -7688301 or 9678730. OLE color: 9678730.
HSL color Cylindrical-coordinate representation of color #8AAF93: hue angle of 134.59º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF93 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 147 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.31 |
| HSL | 134.59º | 0.19% | 0.61% | - |
| HSV(B) | 134.59º | 0.21% | 0.69% | - |
| XYZ | 31.08 | 38.17 | 33.33 | - |
| YUV | 160.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 147 | 0.21 | 0 | 0.16 | 0.31 | 134.59 | 0.19 | 0.61 |
| Hex | 8A | AF | 93 | 15 | 0 | 10 | 1F | 87 | 13 | 3D |
| Octal | 212 | 257 | 223 | 25 | 0 | 20 | 37 | 207 | 23 | 75 |
| Binary | 10001010 | 10101111 | 10010011 | 10101 | 0 | 10000 | 11111 | 10000111 | 10011 | 111101 |
Color Harmonies of #8AAF93
Complementary color
Monochromatic Colors of #8AAF93
Black with #8AAF93
Text Example
Text Example
White with #8AAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF93; }
p { color: rgb(138,175,147); }
H1.HeaderClassName
{
color: #8AAF93;
}
.AnyTagClassName
{
color: #8AAF93;
}
</style>
background-color css
<style>
a { background-color: #8AAF93; }
a { background-color: rgb(138,175,147); }
div.DivClassName
{
background-color: #8AAF93;
}
.BgClassName
{
background-color: #8AAF93;
}
</style>
border-color css
<style>
span { border-color: #8AAF93; }
span { border-color: rgb(138,175,147); }
td.TdClassName
{
border-color: #8AAF93;
}
.TagClassName
{
border-color: #8AAF93;
}
</style>