Shades of Citrus #9ABA07
Tints of Citrus #9ABA07
RGB
CMYK
RGB Variations
Color information
#9ABA07 (or 0x9ABA07) is known color: Citrus. HEX triplet: 9A, BA and 07. RGB value is (154,186,7). Sum of RGB (Red+Green+Blue) = 154+186+7=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABA07 is #6545F8. Grayscale: #9C9C9C. Windows color (decimal): -6637049 or 506522. OLE color: 506522.
HSL color Cylindrical-coordinate representation of color #9ABA07: hue angle of 70.73º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ABA07 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 7 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.27 |
| HSL | 70.73º | 0.93% | 0.38% | - |
| HSV(B) | 70.73º | 0.96% | 0.73% | - |
| XYZ | 30.92 | 42 | 6.68 | - |
| YUV | 156.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 7 | 0.17 | 0 | 0.96 | 0.27 | 70.73 | 0.93 | 0.38 |
| Hex | 9A | BA | 7 | 11 | 0 | 60 | 1B | 47 | 5D | 26 |
| Octal | 232 | 272 | 7 | 21 | 0 | 140 | 33 | 107 | 135 | 46 |
| Binary | 10011010 | 10111010 | 111 | 10001 | 0 | 1100000 | 11011 | 1000111 | 1011101 | 100110 |
Color Harmonies of #9ABA07
Complementary color
Monochromatic Colors of #9ABA07
Black with #9ABA07
Text Example
Text Example
White with #9ABA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA07; }
p { color: rgb(154,186,7); }
H1.HeaderClassName
{
color: #9ABA07;
}
.AnyTagClassName
{
color: #9ABA07;
}
</style>
background-color css
<style>
a { background-color: #9ABA07; }
a { background-color: rgb(154,186,7); }
div.DivClassName
{
background-color: #9ABA07;
}
.BgClassName
{
background-color: #9ABA07;
}
</style>
border-color css
<style>
span { border-color: #9ABA07; }
span { border-color: rgb(154,186,7); }
td.TdClassName
{
border-color: #9ABA07;
}
.TagClassName
{
border-color: #9ABA07;
}
</style>