Shades of Citrus #A0AC00
Tints of Citrus #A0AC00
RGB
CMYK
RGB Variations
Color information
#A0AC00 (or 0xA0AC00) is known color: Citrus. HEX triplet: A0, AC and 00. RGB value is (160,172,0). Sum of RGB (Red+Green+Blue) = 160+172+0=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC00 is #5F53FF. Grayscale: #959595. Windows color (decimal): -6247424 or 44192. OLE color: 44192.
HSL color Cylindrical-coordinate representation of color #A0AC00: hue angle of 64.19º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0AC00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.33 |
| HSL | 64.19º | 1% | 0.34% | - |
| HSV(B) | 64.19º | 1% | 0.67% | - |
| XYZ | 29.25 | 36.98 | 5.6 | - |
| YUV | 148.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 0 | 0.07 | 0 | 1 | 0.33 | 64.19 | 1 | 0.34 |
| Hex | A0 | AC | 0 | 7 | 0 | 64 | 21 | 40 | 64 | 22 |
| Octal | 240 | 254 | 0 | 7 | 0 | 144 | 41 | 100 | 144 | 42 |
| Binary | 10100000 | 10101100 | 0 | 111 | 0 | 1100100 | 100001 | 1000000 | 1100100 | 100010 |
Color Harmonies of #A0AC00
Complementary color
Monochromatic Colors of #A0AC00
Black with #A0AC00
Text Example
Text Example
White with #A0AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC00; }
p { color: rgb(160,172,0); }
H1.HeaderClassName
{
color: #A0AC00;
}
.AnyTagClassName
{
color: #A0AC00;
}
</style>
background-color css
<style>
a { background-color: #A0AC00; }
a { background-color: rgb(160,172,0); }
div.DivClassName
{
background-color: #A0AC00;
}
.BgClassName
{
background-color: #A0AC00;
}
</style>
border-color css
<style>
span { border-color: #A0AC00; }
span { border-color: rgb(160,172,0); }
td.TdClassName
{
border-color: #A0AC00;
}
.TagClassName
{
border-color: #A0AC00;
}
</style>