Shades of Citrus #A0AC16
Tints of Citrus #A0AC16
RGB
CMYK
RGB Variations
Color information
#A0AC16 (or 0xA0AC16) is known color: Citrus. HEX triplet: A0, AC and 16. RGB value is (160,172,22). Sum of RGB (Red+Green+Blue) = 160+172+22=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC16 is #5F53E9. Grayscale: #979797. Windows color (decimal): -6247402 or 1485984. OLE color: 1485984.
HSL color Cylindrical-coordinate representation of color #A0AC16: hue angle of 64.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0AC16 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 22 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.33 |
| HSL | 64.8º | 0.77% | 0.38% | - |
| HSV(B) | 64.8º | 0.87% | 0.67% | - |
| XYZ | 29.39 | 37.04 | 6.36 | - |
| YUV | 151.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 22 | 0.07 | 0 | 0.87 | 0.33 | 64.8 | 0.77 | 0.38 |
| Hex | A0 | AC | 16 | 7 | 0 | 57 | 21 | 41 | 4D | 26 |
| Octal | 240 | 254 | 26 | 7 | 0 | 127 | 41 | 101 | 115 | 46 |
| Binary | 10100000 | 10101100 | 10110 | 111 | 0 | 1010111 | 100001 | 1000001 | 1001101 | 100110 |
Color Harmonies of #A0AC16
Complementary color
Monochromatic Colors of #A0AC16
Black with #A0AC16
Text Example
Text Example
White with #A0AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC16; }
p { color: rgb(160,172,22); }
H1.HeaderClassName
{
color: #A0AC16;
}
.AnyTagClassName
{
color: #A0AC16;
}
</style>
background-color css
<style>
a { background-color: #A0AC16; }
a { background-color: rgb(160,172,22); }
div.DivClassName
{
background-color: #A0AC16;
}
.BgClassName
{
background-color: #A0AC16;
}
</style>
border-color css
<style>
span { border-color: #A0AC16; }
span { border-color: rgb(160,172,22); }
td.TdClassName
{
border-color: #A0AC16;
}
.TagClassName
{
border-color: #A0AC16;
}
</style>