Shades of Citrus #A0BA07
Tints of Citrus #A0BA07
RGB
CMYK
RGB Variations
Color information
#A0BA07 (or 0xA0BA07) is known color: Citrus. HEX triplet: A0, BA and 07. RGB value is (160,186,7). Sum of RGB (Red+Green+Blue) = 160+186+7=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA07 is #5F45F8. Grayscale: #9E9E9E. Windows color (decimal): -6243833 or 506528. OLE color: 506528.
HSL color Cylindrical-coordinate representation of color #A0BA07: hue angle of 68.72º 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 #A0BA07 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 186 | 7 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.27 |
| HSL | 68.72º | 0.93% | 0.38% | - |
| HSV(B) | 68.72º | 0.96% | 0.73% | - |
| XYZ | 32.09 | 42.61 | 6.73 | - |
| YUV | 157.82 | 42.89 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 7 | 0.14 | 0 | 0.96 | 0.27 | 68.72 | 0.93 | 0.38 |
| Hex | A0 | BA | 7 | E | 0 | 60 | 1B | 45 | 5D | 26 |
| Octal | 240 | 272 | 7 | 16 | 0 | 140 | 33 | 105 | 135 | 46 |
| Binary | 10100000 | 10111010 | 111 | 1110 | 0 | 1100000 | 11011 | 1000101 | 1011101 | 100110 |
Color Harmonies of #A0BA07
Complementary color
Monochromatic Colors of #A0BA07
Black with #A0BA07
Text Example
Text Example
White with #A0BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BA07; }
p { color: rgb(160,186,7); }
H1.HeaderClassName
{
color: #A0BA07;
}
.AnyTagClassName
{
color: #A0BA07;
}
</style>
background-color css
<style>
a { background-color: #A0BA07; }
a { background-color: rgb(160,186,7); }
div.DivClassName
{
background-color: #A0BA07;
}
.BgClassName
{
background-color: #A0BA07;
}
</style>
border-color css
<style>
span { border-color: #A0BA07; }
span { border-color: rgb(160,186,7); }
td.TdClassName
{
border-color: #A0BA07;
}
.TagClassName
{
border-color: #A0BA07;
}
</style>