Shades of Highball #8E954A
Tints of Highball #8E954A
RGB
CMYK
RGB Variations
Color information
#8E954A (or 0x8E954A) is known color: Highball. HEX triplet: 8E, 95 and 4A. RGB value is (142,149,74). Sum of RGB (Red+Green+Blue) = 142+149+74=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #8E954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E954A is #716AB5. Grayscale: #8A8A8A. Windows color (decimal): -7432886 or 4887950. OLE color: 4887950.
HSL color Cylindrical-coordinate representation of color #8E954A: hue angle of 65.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E954A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 149 | 74 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.42 |
| HSL | 65.6º | 0.34% | 0.44% | - |
| HSV(B) | 65.6º | 0.5% | 0.58% | - |
| XYZ | 23.14 | 27.74 | 10.61 | - |
| YUV | 138.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 74 | 0.05 | 0 | 0.50 | 0.42 | 65.6 | 0.34 | 0.44 |
| Hex | 8E | 95 | 4A | 5 | 0 | 32 | 2A | 42 | 22 | 2C |
| Octal | 216 | 225 | 112 | 5 | 0 | 62 | 52 | 102 | 42 | 54 |
| Binary | 10001110 | 10010101 | 1001010 | 101 | 0 | 110010 | 101010 | 1000010 | 100010 | 101100 |
Color Harmonies of #8E954A
Complementary color
Monochromatic Colors of #8E954A
Black with #8E954A
Text Example
Text Example
White with #8E954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E954A; }
p { color: rgb(142,149,74); }
H1.HeaderClassName
{
color: #8E954A;
}
.AnyTagClassName
{
color: #8E954A;
}
</style>
background-color css
<style>
a { background-color: #8E954A; }
a { background-color: rgb(142,149,74); }
div.DivClassName
{
background-color: #8E954A;
}
.BgClassName
{
background-color: #8E954A;
}
</style>
border-color css
<style>
span { border-color: #8E954A; }
span { border-color: rgb(142,149,74); }
td.TdClassName
{
border-color: #8E954A;
}
.TagClassName
{
border-color: #8E954A;
}
</style>