Shades of Citrus #A0BC00
Tints of Citrus #A0BC00
RGB
CMYK
RGB Variations
Color information
#A0BC00 (or 0xA0BC00) is known color: Citrus. HEX triplet: A0, BC and 00. RGB value is (160,188,0). Sum of RGB (Red+Green+Blue) = 160+188+0=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC00 is #5F43FF. Grayscale: #9E9E9E. Windows color (decimal): -6243328 or 48288. OLE color: 48288.
HSL color Cylindrical-coordinate representation of color #A0BC00: hue angle of 68.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0BC00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.26 |
| HSL | 68.94º | 1% | 0.37% | - |
| HSV(B) | 68.94º | 1% | 0.74% | - |
| XYZ | 32.48 | 43.44 | 6.67 | - |
| YUV | 158.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 0 | 0.15 | 0 | 1 | 0.26 | 68.94 | 1 | 0.37 |
| Hex | A0 | BC | 0 | F | 0 | 64 | 1A | 45 | 64 | 25 |
| Octal | 240 | 274 | 0 | 17 | 0 | 144 | 32 | 105 | 144 | 45 |
| Binary | 10100000 | 10111100 | 0 | 1111 | 0 | 1100100 | 11010 | 1000101 | 1100100 | 100101 |
Color Harmonies of #A0BC00
Complementary color
Monochromatic Colors of #A0BC00
Black with #A0BC00
Text Example
Text Example
White with #A0BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC00; }
p { color: rgb(160,188,0); }
H1.HeaderClassName
{
color: #A0BC00;
}
.AnyTagClassName
{
color: #A0BC00;
}
</style>
background-color css
<style>
a { background-color: #A0BC00; }
a { background-color: rgb(160,188,0); }
div.DivClassName
{
background-color: #A0BC00;
}
.BgClassName
{
background-color: #A0BC00;
}
</style>
border-color css
<style>
span { border-color: #A0BC00; }
span { border-color: rgb(160,188,0); }
td.TdClassName
{
border-color: #A0BC00;
}
.TagClassName
{
border-color: #A0BC00;
}
</style>