Shades of Citrus #A0AD16
Tints of Citrus #A0AD16
RGB
CMYK
RGB Variations
Color information
#A0AD16 (or 0xA0AD16) is known color: Citrus. HEX triplet: A0, AD and 16. RGB value is (160,173,22). Sum of RGB (Red+Green+Blue) = 160+173+22=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD16 is #5F52E9. Grayscale: #989898. Windows color (decimal): -6247146 or 1486240. OLE color: 1486240.
HSL color Cylindrical-coordinate representation of color #A0AD16: hue angle of 65.17º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0AD16 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 22 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.32 |
| HSL | 65.17º | 0.77% | 0.38% | - |
| HSV(B) | 65.17º | 0.87% | 0.68% | - |
| XYZ | 29.59 | 37.42 | 6.42 | - |
| YUV | 151.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 22 | 0.08 | 0 | 0.87 | 0.32 | 65.17 | 0.77 | 0.38 |
| Hex | A0 | AD | 16 | 8 | 0 | 57 | 20 | 41 | 4D | 26 |
| Octal | 240 | 255 | 26 | 10 | 0 | 127 | 40 | 101 | 115 | 46 |
| Binary | 10100000 | 10101101 | 10110 | 1000 | 0 | 1010111 | 100000 | 1000001 | 1001101 | 100110 |
Color Harmonies of #A0AD16
Complementary color
Monochromatic Colors of #A0AD16
Black with #A0AD16
Text Example
Text Example
White with #A0AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD16; }
p { color: rgb(160,173,22); }
H1.HeaderClassName
{
color: #A0AD16;
}
.AnyTagClassName
{
color: #A0AD16;
}
</style>
background-color css
<style>
a { background-color: #A0AD16; }
a { background-color: rgb(160,173,22); }
div.DivClassName
{
background-color: #A0AD16;
}
.BgClassName
{
background-color: #A0AD16;
}
</style>
border-color css
<style>
span { border-color: #A0AD16; }
span { border-color: rgb(160,173,22); }
td.TdClassName
{
border-color: #A0AD16;
}
.TagClassName
{
border-color: #A0AD16;
}
</style>