Shades of Citron #8E961A
Tints of Citron #8E961A
RGB
CMYK
RGB Variations
Color information
#8E961A (or 0x8E961A) is known color: Citron. HEX triplet: 8E, 96 and 1A. RGB value is (142,150,26). Sum of RGB (Red+Green+Blue) = 142+150+26=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #8E961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E961A is #7169E5. Grayscale: #858585. Windows color (decimal): -7432678 or 1742478. OLE color: 1742478.
HSL color Cylindrical-coordinate representation of color #8E961A: hue angle of 63.87º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E961A is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 150 | 26 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.41 |
| HSL | 63.87º | 0.7% | 0.35% | - |
| HSV(B) | 63.87º | 0.83% | 0.59% | - |
| XYZ | 22.25 | 27.64 | 5.14 | - |
| YUV | 133.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 26 | 0.05 | 0 | 0.83 | 0.41 | 63.87 | 0.7 | 0.35 |
| Hex | 8E | 96 | 1A | 5 | 0 | 53 | 29 | 40 | 46 | 23 |
| Octal | 216 | 226 | 32 | 5 | 0 | 123 | 51 | 100 | 106 | 43 |
| Binary | 10001110 | 10010110 | 11010 | 101 | 0 | 1010011 | 101001 | 1000000 | 1000110 | 100011 |
Color Harmonies of #8E961A
Complementary color
Monochromatic Colors of #8E961A
Black with #8E961A
Text Example
Text Example
White with #8E961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E961A; }
p { color: rgb(142,150,26); }
H1.HeaderClassName
{
color: #8E961A;
}
.AnyTagClassName
{
color: #8E961A;
}
</style>
background-color css
<style>
a { background-color: #8E961A; }
a { background-color: rgb(142,150,26); }
div.DivClassName
{
background-color: #8E961A;
}
.BgClassName
{
background-color: #8E961A;
}
</style>
border-color css
<style>
span { border-color: #8E961A; }
span { border-color: rgb(142,150,26); }
td.TdClassName
{
border-color: #8E961A;
}
.TagClassName
{
border-color: #8E961A;
}
</style>