Shades of Citrus #8ABC0A
Tints of Citrus #8ABC0A
RGB
CMYK
RGB Variations
Color information
#8ABC0A (or 0x8ABC0A) is known color: Citrus. HEX triplet: 8A, BC and 0A. RGB value is (138,188,10). Sum of RGB (Red+Green+Blue) = 138+188+10=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABC0A is #7543F5. Grayscale: #999999. Windows color (decimal): -7685110 or 703626. OLE color: 703626.
HSL color Cylindrical-coordinate representation of color #8ABC0A: hue angle of 76.85º 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 #8ABC0A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 10 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.26 |
| HSL | 76.85º | 0.9% | 0.39% | - |
| HSV(B) | 76.85º | 0.95% | 0.74% | - |
| XYZ | 28.52 | 41.39 | 6.77 | - |
| YUV | 152.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 10 | 0.27 | 0 | 0.95 | 0.26 | 76.85 | 0.9 | 0.39 |
| Hex | 8A | BC | A | 1B | 0 | 5F | 1A | 4D | 5A | 27 |
| Octal | 212 | 274 | 12 | 33 | 0 | 137 | 32 | 115 | 132 | 47 |
| Binary | 10001010 | 10111100 | 1010 | 11011 | 0 | 1011111 | 11010 | 1001101 | 1011010 | 100111 |
Color Harmonies of #8ABC0A
Complementary color
Monochromatic Colors of #8ABC0A
Black with #8ABC0A
Text Example
Text Example
White with #8ABC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC0A; }
p { color: rgb(138,188,10); }
H1.HeaderClassName
{
color: #8ABC0A;
}
.AnyTagClassName
{
color: #8ABC0A;
}
</style>
background-color css
<style>
a { background-color: #8ABC0A; }
a { background-color: rgb(138,188,10); }
div.DivClassName
{
background-color: #8ABC0A;
}
.BgClassName
{
background-color: #8ABC0A;
}
</style>
border-color css
<style>
span { border-color: #8ABC0A; }
span { border-color: rgb(138,188,10); }
td.TdClassName
{
border-color: #8ABC0A;
}
.TagClassName
{
border-color: #8ABC0A;
}
</style>