Shades of Envy #8AB391
Tints of Envy #8AB391
RGB
CMYK
RGB Variations
Color information
#8AB391 (or 0x8AB391) is known color: Envy. HEX triplet: 8A, B3 and 91. RGB value is (138,179,145). Sum of RGB (Red+Green+Blue) = 138+179+145=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB391 is #754C6E. Grayscale: #A2A2A2. Windows color (decimal): -7687279 or 9548682. OLE color: 9548682.
HSL color Cylindrical-coordinate representation of color #8AB391: hue angle of 130.24º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB391 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 145 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.30 |
| HSL | 130.24º | 0.21% | 0.62% | - |
| HSV(B) | 130.24º | 0.23% | 0.7% | - |
| XYZ | 31.71 | 39.69 | 32.78 | - |
| YUV | 162.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 145 | 0.23 | 0 | 0.19 | 0.30 | 130.24 | 0.21 | 0.62 |
| Hex | 8A | B3 | 91 | 17 | 0 | 13 | 1E | 82 | 15 | 3E |
| Octal | 212 | 263 | 221 | 27 | 0 | 23 | 36 | 202 | 25 | 76 |
| Binary | 10001010 | 10110011 | 10010001 | 10111 | 0 | 10011 | 11110 | 10000010 | 10101 | 111110 |
Color Harmonies of #8AB391
Complementary color
Monochromatic Colors of #8AB391
Black with #8AB391
Text Example
Text Example
White with #8AB391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB391; }
p { color: rgb(138,179,145); }
H1.HeaderClassName
{
color: #8AB391;
}
.AnyTagClassName
{
color: #8AB391;
}
</style>
background-color css
<style>
a { background-color: #8AB391; }
a { background-color: rgb(138,179,145); }
div.DivClassName
{
background-color: #8AB391;
}
.BgClassName
{
background-color: #8AB391;
}
</style>
border-color css
<style>
span { border-color: #8AB391; }
span { border-color: rgb(138,179,145); }
td.TdClassName
{
border-color: #8AB391;
}
.TagClassName
{
border-color: #8AB391;
}
</style>