Shades of Envy #8DA292
Tints of Envy #8DA292
RGB
CMYK
RGB Variations
Color information
#8DA292 (or 0x8DA292) is known color: Envy. HEX triplet: 8D, A2 and 92. RGB value is (141,162,146). Sum of RGB (Red+Green+Blue) = 141+162+146=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA292 is #725D6D. Grayscale: #999999. Windows color (decimal): -7495022 or 9609869. OLE color: 9609869.
HSL color Cylindrical-coordinate representation of color #8DA292: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8DA292 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 146 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.36 |
| HSL | 134.29º | 0.1% | 0.59% | - |
| HSV(B) | 134.29º | 0.13% | 0.64% | - |
| XYZ | 29.09 | 33.58 | 32.14 | - |
| YUV | 153.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 146 | 0.13 | 0 | 0.10 | 0.36 | 134.29 | 0.1 | 0.59 |
| Hex | 8D | A2 | 92 | D | 0 | A | 24 | 86 | A | 3B |
| Octal | 215 | 242 | 222 | 15 | 0 | 12 | 44 | 206 | 12 | 73 |
| Binary | 10001101 | 10100010 | 10010010 | 1101 | 0 | 1010 | 100100 | 10000110 | 1010 | 111011 |
Color Harmonies of #8DA292
Complementary color
Monochromatic Colors of #8DA292
Black with #8DA292
Text Example
Text Example
White with #8DA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA292; }
p { color: rgb(141,162,146); }
H1.HeaderClassName
{
color: #8DA292;
}
.AnyTagClassName
{
color: #8DA292;
}
</style>
background-color css
<style>
a { background-color: #8DA292; }
a { background-color: rgb(141,162,146); }
div.DivClassName
{
background-color: #8DA292;
}
.BgClassName
{
background-color: #8DA292;
}
</style>
border-color css
<style>
span { border-color: #8DA292; }
span { border-color: rgb(141,162,146); }
td.TdClassName
{
border-color: #8DA292;
}
.TagClassName
{
border-color: #8DA292;
}
</style>