Shades of Citrus #8EBA00
Tints of Citrus #8EBA00
RGB
CMYK
RGB Variations
Color information
#8EBA00 (or 0x8EBA00) is known color: Citrus. HEX triplet: 8E, BA and 00. RGB value is (142,186,0). Sum of RGB (Red+Green+Blue) = 142+186+0=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBA00 is #7145FF. Grayscale: #989898. Windows color (decimal): -7423488 or 47758. OLE color: 47758.
HSL color Cylindrical-coordinate representation of color #8EBA00: hue angle of 74.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EBA00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.27 |
| HSL | 74.19º | 1% | 0.36% | - |
| HSV(B) | 74.19º | 1% | 0.73% | - |
| XYZ | 28.71 | 40.87 | 6.38 | - |
| YUV | 151.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 0 | 0.24 | 0 | 1 | 0.27 | 74.19 | 1 | 0.36 |
| Hex | 8E | BA | 0 | 18 | 0 | 64 | 1B | 4A | 64 | 24 |
| Octal | 216 | 272 | 0 | 30 | 0 | 144 | 33 | 112 | 144 | 44 |
| Binary | 10001110 | 10111010 | 0 | 11000 | 0 | 1100100 | 11011 | 1001010 | 1100100 | 100100 |
Color Harmonies of #8EBA00
Complementary color
Monochromatic Colors of #8EBA00
Black with #8EBA00
Text Example
Text Example
White with #8EBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA00; }
p { color: rgb(142,186,0); }
H1.HeaderClassName
{
color: #8EBA00;
}
.AnyTagClassName
{
color: #8EBA00;
}
</style>
background-color css
<style>
a { background-color: #8EBA00; }
a { background-color: rgb(142,186,0); }
div.DivClassName
{
background-color: #8EBA00;
}
.BgClassName
{
background-color: #8EBA00;
}
</style>
border-color css
<style>
span { border-color: #8EBA00; }
span { border-color: rgb(142,186,0); }
td.TdClassName
{
border-color: #8EBA00;
}
.TagClassName
{
border-color: #8EBA00;
}
</style>