Shades of Citrus #8DBC0A
Tints of Citrus #8DBC0A
RGB
CMYK
RGB Variations
Color information
#8DBC0A (or 0x8DBC0A) is known color: Citrus. HEX triplet: 8D, BC and 0A. RGB value is (141,188,10). Sum of RGB (Red+Green+Blue) = 141+188+10=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBC0A is #7243F5. Grayscale: #9A9A9A. Windows color (decimal): -7488502 or 703629. OLE color: 703629.
HSL color Cylindrical-coordinate representation of color #8DBC0A: hue angle of 75.84º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DBC0A is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 10 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.26 |
| HSL | 75.84º | 0.9% | 0.39% | - |
| HSV(B) | 75.84º | 0.95% | 0.74% | - |
| XYZ | 29.02 | 41.65 | 6.8 | - |
| YUV | 153.66 | 46.93 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 10 | 0.25 | 0 | 0.95 | 0.26 | 75.84 | 0.9 | 0.39 |
| Hex | 8D | BC | A | 19 | 0 | 5F | 1A | 4C | 5A | 27 |
| Octal | 215 | 274 | 12 | 31 | 0 | 137 | 32 | 114 | 132 | 47 |
| Binary | 10001101 | 10111100 | 1010 | 11001 | 0 | 1011111 | 11010 | 1001100 | 1011010 | 100111 |
Color Harmonies of #8DBC0A
Complementary color
Monochromatic Colors of #8DBC0A
Black with #8DBC0A
Text Example
Text Example
White with #8DBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC0A; }
p { color: rgb(141,188,10); }
H1.HeaderClassName
{
color: #8DBC0A;
}
.AnyTagClassName
{
color: #8DBC0A;
}
</style>
background-color css
<style>
a { background-color: #8DBC0A; }
a { background-color: rgb(141,188,10); }
div.DivClassName
{
background-color: #8DBC0A;
}
.BgClassName
{
background-color: #8DBC0A;
}
</style>
border-color css
<style>
span { border-color: #8DBC0A; }
span { border-color: rgb(141,188,10); }
td.TdClassName
{
border-color: #8DBC0A;
}
.TagClassName
{
border-color: #8DBC0A;
}
</style>