Shades of Citrus #9ABA0E
Tints of Citrus #9ABA0E
RGB
CMYK
RGB Variations
Color information
#9ABA0E (or 0x9ABA0E) is known color: Citrus. HEX triplet: 9A, BA and 0E. RGB value is (154,186,14). Sum of RGB (Red+Green+Blue) = 154+186+14=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABA0E is #6545F1. Grayscale: #9D9D9D. Windows color (decimal): -6637042 or 965274. OLE color: 965274.
HSL color Cylindrical-coordinate representation of color #9ABA0E: hue angle of 71.16º 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 #9ABA0E is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 14 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.27 |
| HSL | 71.16º | 0.86% | 0.39% | - |
| HSV(B) | 71.16º | 0.92% | 0.73% | - |
| XYZ | 30.96 | 42.02 | 6.89 | - |
| YUV | 156.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 14 | 0.17 | 0 | 0.92 | 0.27 | 71.16 | 0.86 | 0.39 |
| Hex | 9A | BA | E | 11 | 0 | 5C | 1B | 47 | 56 | 27 |
| Octal | 232 | 272 | 16 | 21 | 0 | 134 | 33 | 107 | 126 | 47 |
| Binary | 10011010 | 10111010 | 1110 | 10001 | 0 | 1011100 | 11011 | 1000111 | 1010110 | 100111 |
Color Harmonies of #9ABA0E
Complementary color
Monochromatic Colors of #9ABA0E
Black with #9ABA0E
Text Example
Text Example
White with #9ABA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA0E; }
p { color: rgb(154,186,14); }
H1.HeaderClassName
{
color: #9ABA0E;
}
.AnyTagClassName
{
color: #9ABA0E;
}
</style>
background-color css
<style>
a { background-color: #9ABA0E; }
a { background-color: rgb(154,186,14); }
div.DivClassName
{
background-color: #9ABA0E;
}
.BgClassName
{
background-color: #9ABA0E;
}
</style>
border-color css
<style>
span { border-color: #9ABA0E; }
span { border-color: rgb(154,186,14); }
td.TdClassName
{
border-color: #9ABA0E;
}
.TagClassName
{
border-color: #9ABA0E;
}
</style>