Shades of Avocado #8E9462
Tints of Avocado #8E9462
RGB
CMYK
RGB Variations
Color information
#8E9462 (or 0x8E9462) is known color: Avocado. HEX triplet: 8E, 94 and 62. RGB value is (142,148,98). Sum of RGB (Red+Green+Blue) = 142+148+98=388 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.60% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9462 is #716B9D. Grayscale: #8C8C8C. Windows color (decimal): -7433118 or 6460558. OLE color: 6460558.
HSL color Cylindrical-coordinate representation of color #8E9462: hue angle of 67.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E9462 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 148 | 98 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.42 |
| HSL | 67.2º | 0.2% | 0.48% | - |
| HSV(B) | 67.2º | 0.34% | 0.58% | - |
| XYZ | 23.95 | 27.81 | 15.66 | - |
| YUV | 140.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 98 | 0.04 | 0 | 0.34 | 0.42 | 67.2 | 0.2 | 0.48 |
| Hex | 8E | 94 | 62 | 4 | 0 | 22 | 2A | 43 | 14 | 30 |
| Octal | 216 | 224 | 142 | 4 | 0 | 42 | 52 | 103 | 24 | 60 |
| Binary | 10001110 | 10010100 | 1100010 | 100 | 0 | 100010 | 101010 | 1000011 | 10100 | 110000 |
Color Harmonies of #8E9462
Complementary color
Monochromatic Colors of #8E9462
Black with #8E9462
Text Example
Text Example
White with #8E9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9462; }
p { color: rgb(142,148,98); }
H1.HeaderClassName
{
color: #8E9462;
}
.AnyTagClassName
{
color: #8E9462;
}
</style>
background-color css
<style>
a { background-color: #8E9462; }
a { background-color: rgb(142,148,98); }
div.DivClassName
{
background-color: #8E9462;
}
.BgClassName
{
background-color: #8E9462;
}
</style>
border-color css
<style>
span { border-color: #8E9462; }
span { border-color: rgb(142,148,98); }
td.TdClassName
{
border-color: #8E9462;
}
.TagClassName
{
border-color: #8E9462;
}
</style>