Shades of Citrus #A0C000
Tints of Citrus #A0C000
RGB
CMYK
RGB Variations
Color information
#A0C000 (or 0xA0C000) is known color: Citrus. HEX triplet: A0, C0 and 00. RGB value is (160,192,0). Sum of RGB (Red+Green+Blue) = 160+192+0=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C000 is #5F3FFF. Grayscale: #A1A1A1. Windows color (decimal): -6242304 or 49312. OLE color: 49312.
HSL color Cylindrical-coordinate representation of color #A0C000: hue angle of 70º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0C000 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.25 |
| HSL | 70º | 1% | 0.38% | - |
| HSV(B) | 70º | 1% | 0.75% | - |
| XYZ | 33.35 | 45.17 | 6.96 | - |
| YUV | 160.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 0 | 0.17 | 0 | 1 | 0.25 | 70 | 1 | 0.38 |
| Hex | A0 | C0 | 0 | 11 | 0 | 64 | 19 | 46 | 64 | 26 |
| Octal | 240 | 300 | 0 | 21 | 0 | 144 | 31 | 106 | 144 | 46 |
| Binary | 10100000 | 11000000 | 0 | 10001 | 0 | 1100100 | 11001 | 1000110 | 1100100 | 100110 |
Color Harmonies of #A0C000
Complementary color
Monochromatic Colors of #A0C000
Black with #A0C000
Text Example
Text Example
White with #A0C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C000; }
p { color: rgb(160,192,0); }
H1.HeaderClassName
{
color: #A0C000;
}
.AnyTagClassName
{
color: #A0C000;
}
</style>
background-color css
<style>
a { background-color: #A0C000; }
a { background-color: rgb(160,192,0); }
div.DivClassName
{
background-color: #A0C000;
}
.BgClassName
{
background-color: #A0C000;
}
</style>
border-color css
<style>
span { border-color: #A0C000; }
span { border-color: rgb(160,192,0); }
td.TdClassName
{
border-color: #A0C000;
}
.TagClassName
{
border-color: #A0C000;
}
</style>