Shades of Citrus #A0AD17
Tints of Citrus #A0AD17
RGB
CMYK
RGB Variations
Color information
#A0AD17 (or 0xA0AD17) is known color: Citrus. HEX triplet: A0, AD and 17. RGB value is (160,173,23). Sum of RGB (Red+Green+Blue) = 160+173+23=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD17 is #5F52E8. Grayscale: #989898. Windows color (decimal): -6247145 or 1551776. OLE color: 1551776.
HSL color Cylindrical-coordinate representation of color #A0AD17: hue angle of 65.2º 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 #A0AD17 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 23 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.32 |
| HSL | 65.2º | 0.77% | 0.38% | - |
| HSV(B) | 65.2º | 0.87% | 0.68% | - |
| XYZ | 29.6 | 37.42 | 6.47 | - |
| YUV | 152.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 23 | 0.08 | 0 | 0.87 | 0.32 | 65.2 | 0.77 | 0.38 |
| Hex | A0 | AD | 17 | 8 | 0 | 57 | 20 | 41 | 4D | 26 |
| Octal | 240 | 255 | 27 | 10 | 0 | 127 | 40 | 101 | 115 | 46 |
| Binary | 10100000 | 10101101 | 10111 | 1000 | 0 | 1010111 | 100000 | 1000001 | 1001101 | 100110 |
Color Harmonies of #A0AD17
Complementary color
Monochromatic Colors of #A0AD17
Black with #A0AD17
Text Example
Text Example
White with #A0AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD17; }
p { color: rgb(160,173,23); }
H1.HeaderClassName
{
color: #A0AD17;
}
.AnyTagClassName
{
color: #A0AD17;
}
</style>
background-color css
<style>
a { background-color: #A0AD17; }
a { background-color: rgb(160,173,23); }
div.DivClassName
{
background-color: #A0AD17;
}
.BgClassName
{
background-color: #A0AD17;
}
</style>
border-color css
<style>
span { border-color: #A0AD17; }
span { border-color: rgb(160,173,23); }
td.TdClassName
{
border-color: #A0AD17;
}
.TagClassName
{
border-color: #A0AD17;
}
</style>