Shades of Envy #8AB38F
Tints of Envy #8AB38F
RGB
CMYK
RGB Variations
Color information
#8AB38F (or 0x8AB38F) is known color: Envy. HEX triplet: 8A, B3 and 8F. RGB value is (138,179,143). Sum of RGB (Red+Green+Blue) = 138+179+143=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB38F is #754C70. Grayscale: #A2A2A2. Windows color (decimal): -7687281 or 9417610. OLE color: 9417610.
HSL color Cylindrical-coordinate representation of color #8AB38F: hue angle of 127.32º 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 #8AB38F is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 143 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.30 |
| HSL | 127.32º | 0.21% | 0.62% | - |
| HSV(B) | 127.32º | 0.23% | 0.7% | - |
| XYZ | 31.56 | 39.63 | 31.97 | - |
| YUV | 162.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 143 | 0.23 | 0 | 0.20 | 0.30 | 127.32 | 0.21 | 0.62 |
| Hex | 8A | B3 | 8F | 17 | 0 | 14 | 1E | 7F | 15 | 3E |
| Octal | 212 | 263 | 217 | 27 | 0 | 24 | 36 | 177 | 25 | 76 |
| Binary | 10001010 | 10110011 | 10001111 | 10111 | 0 | 10100 | 11110 | 1111111 | 10101 | 111110 |
Color Harmonies of #8AB38F
Complementary color
Monochromatic Colors of #8AB38F
Black with #8AB38F
Text Example
Text Example
White with #8AB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB38F; }
p { color: rgb(138,179,143); }
H1.HeaderClassName
{
color: #8AB38F;
}
.AnyTagClassName
{
color: #8AB38F;
}
</style>
background-color css
<style>
a { background-color: #8AB38F; }
a { background-color: rgb(138,179,143); }
div.DivClassName
{
background-color: #8AB38F;
}
.BgClassName
{
background-color: #8AB38F;
}
</style>
border-color css
<style>
span { border-color: #8AB38F; }
span { border-color: rgb(138,179,143); }
td.TdClassName
{
border-color: #8AB38F;
}
.TagClassName
{
border-color: #8AB38F;
}
</style>