Shades of Avocado #8E9058
Tints of Avocado #8E9058
RGB
CMYK
RGB Variations
Color information
#8E9058 (or 0x8E9058) is known color: Avocado. HEX triplet: 8E, 90 and 58. RGB value is (142,144,88). Sum of RGB (Red+Green+Blue) = 142+144+88=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #8E9058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9058 is #716FA7. Grayscale: #898989. Windows color (decimal): -7434152 or 5804174. OLE color: 5804174.
HSL color Cylindrical-coordinate representation of color #8E9058: hue angle of 62.14º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E9058 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 144 | 88 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.44 |
| HSL | 62.14º | 0.24% | 0.45% | - |
| HSV(B) | 62.14º | 0.39% | 0.56% | - |
| XYZ | 22.89 | 26.4 | 13.12 | - |
| YUV | 137.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 144 | 88 | 0.01 | 0 | 0.39 | 0.44 | 62.14 | 0.24 | 0.45 |
| Hex | 8E | 90 | 58 | 1 | 0 | 27 | 2C | 3E | 18 | 2D |
| Octal | 216 | 220 | 130 | 1 | 0 | 47 | 54 | 76 | 30 | 55 |
| Binary | 10001110 | 10010000 | 1011000 | 1 | 0 | 100111 | 101100 | 111110 | 11000 | 101101 |
Color Harmonies of #8E9058
Complementary color
Monochromatic Colors of #8E9058
Black with #8E9058
Text Example
Text Example
White with #8E9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9058; }
p { color: rgb(142,144,88); }
H1.HeaderClassName
{
color: #8E9058;
}
.AnyTagClassName
{
color: #8E9058;
}
</style>
background-color css
<style>
a { background-color: #8E9058; }
a { background-color: rgb(142,144,88); }
div.DivClassName
{
background-color: #8E9058;
}
.BgClassName
{
background-color: #8E9058;
}
</style>
border-color css
<style>
span { border-color: #8E9058; }
span { border-color: rgb(142,144,88); }
td.TdClassName
{
border-color: #8E9058;
}
.TagClassName
{
border-color: #8E9058;
}
</style>