Shades of Citrus #8ABC0E
Tints of Citrus #8ABC0E
RGB
CMYK
RGB Variations
Color information
#8ABC0E (or 0x8ABC0E) is known color: Citrus. HEX triplet: 8A, BC and 0E. RGB value is (138,188,14). Sum of RGB (Red+Green+Blue) = 138+188+14=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC0E is #7543F1. Grayscale: #999999. Windows color (decimal): -7685106 or 965770. OLE color: 965770.
HSL color Cylindrical-coordinate representation of color #8ABC0E: hue angle of 77.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ABC0E is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 14 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.26 |
| HSL | 77.24º | 0.86% | 0.4% | - |
| HSV(B) | 77.24º | 0.93% | 0.74% | - |
| XYZ | 28.54 | 41.4 | 6.9 | - |
| YUV | 153.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 14 | 0.27 | 0 | 0.93 | 0.26 | 77.24 | 0.86 | 0.4 |
| Hex | 8A | BC | E | 1B | 0 | 5D | 1A | 4D | 56 | 28 |
| Octal | 212 | 274 | 16 | 33 | 0 | 135 | 32 | 115 | 126 | 50 |
| Binary | 10001010 | 10111100 | 1110 | 11011 | 0 | 1011101 | 11010 | 1001101 | 1010110 | 101000 |
Color Harmonies of #8ABC0E
Complementary color
Monochromatic Colors of #8ABC0E
Black with #8ABC0E
Text Example
Text Example
White with #8ABC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC0E; }
p { color: rgb(138,188,14); }
H1.HeaderClassName
{
color: #8ABC0E;
}
.AnyTagClassName
{
color: #8ABC0E;
}
</style>
background-color css
<style>
a { background-color: #8ABC0E; }
a { background-color: rgb(138,188,14); }
div.DivClassName
{
background-color: #8ABC0E;
}
.BgClassName
{
background-color: #8ABC0E;
}
</style>
border-color css
<style>
span { border-color: #8ABC0E; }
span { border-color: rgb(138,188,14); }
td.TdClassName
{
border-color: #8ABC0E;
}
.TagClassName
{
border-color: #8ABC0E;
}
</style>