Shades of Citrus #A0BC03
Tints of Citrus #A0BC03
RGB
CMYK
RGB Variations
Color information
#A0BC03 (or 0xA0BC03) is known color: Citrus. HEX triplet: A0, BC and 03. RGB value is (160,188,3). Sum of RGB (Red+Green+Blue) = 160+188+3=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC03 is #5F43FC. Grayscale: #9F9F9F. Windows color (decimal): -6243325 or 244896. OLE color: 244896.
HSL color Cylindrical-coordinate representation of color #A0BC03: hue angle of 69.08º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0BC03 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.26 |
| HSL | 69.08º | 0.97% | 0.37% | - |
| HSV(B) | 69.08º | 0.98% | 0.74% | - |
| XYZ | 32.5 | 43.45 | 6.76 | - |
| YUV | 158.54 | 40.22 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 3 | 0.15 | 0 | 0.98 | 0.26 | 69.08 | 0.97 | 0.37 |
| Hex | A0 | BC | 3 | F | 0 | 62 | 1A | 45 | 61 | 25 |
| Octal | 240 | 274 | 3 | 17 | 0 | 142 | 32 | 105 | 141 | 45 |
| Binary | 10100000 | 10111100 | 11 | 1111 | 0 | 1100010 | 11010 | 1000101 | 1100001 | 100101 |
Color Harmonies of #A0BC03
Complementary color
Monochromatic Colors of #A0BC03
Black with #A0BC03
Text Example
Text Example
White with #A0BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC03; }
p { color: rgb(160,188,3); }
H1.HeaderClassName
{
color: #A0BC03;
}
.AnyTagClassName
{
color: #A0BC03;
}
</style>
background-color css
<style>
a { background-color: #A0BC03; }
a { background-color: rgb(160,188,3); }
div.DivClassName
{
background-color: #A0BC03;
}
.BgClassName
{
background-color: #A0BC03;
}
</style>
border-color css
<style>
span { border-color: #A0BC03; }
span { border-color: rgb(160,188,3); }
td.TdClassName
{
border-color: #A0BC03;
}
.TagClassName
{
border-color: #A0BC03;
}
</style>