Shades of Citrus #8EB90E
Tints of Citrus #8EB90E
RGB
CMYK
RGB Variations
Color information
#8EB90E (or 0x8EB90E) is known color: Citrus. HEX triplet: 8E, B9 and 0E. RGB value is (142,185,14). Sum of RGB (Red+Green+Blue) = 142+185+14=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB90E is #7146F1. Grayscale: #999999. Windows color (decimal): -7423730 or 965006. OLE color: 965006.
HSL color Cylindrical-coordinate representation of color #8EB90E: hue angle of 75.09º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EB90E is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 185 | 14 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.27 |
| HSL | 75.09º | 0.86% | 0.39% | - |
| HSV(B) | 75.09º | 0.92% | 0.73% | - |
| XYZ | 28.58 | 40.48 | 6.72 | - |
| YUV | 152.65 | 49.75 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 185 | 14 | 0.23 | 0 | 0.92 | 0.27 | 75.09 | 0.86 | 0.39 |
| Hex | 8E | B9 | E | 17 | 0 | 5C | 1B | 4B | 56 | 27 |
| Octal | 216 | 271 | 16 | 27 | 0 | 134 | 33 | 113 | 126 | 47 |
| Binary | 10001110 | 10111001 | 1110 | 10111 | 0 | 1011100 | 11011 | 1001011 | 1010110 | 100111 |
Color Harmonies of #8EB90E
Complementary color
Monochromatic Colors of #8EB90E
Black with #8EB90E
Text Example
Text Example
White with #8EB90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB90E; }
p { color: rgb(142,185,14); }
H1.HeaderClassName
{
color: #8EB90E;
}
.AnyTagClassName
{
color: #8EB90E;
}
</style>
background-color css
<style>
a { background-color: #8EB90E; }
a { background-color: rgb(142,185,14); }
div.DivClassName
{
background-color: #8EB90E;
}
.BgClassName
{
background-color: #8EB90E;
}
</style>
border-color css
<style>
span { border-color: #8EB90E; }
span { border-color: rgb(142,185,14); }
td.TdClassName
{
border-color: #8EB90E;
}
.TagClassName
{
border-color: #8EB90E;
}
</style>