Shades of Citrus #A0AC0D
Tints of Citrus #A0AC0D
RGB
CMYK
RGB Variations
Color information
#A0AC0D (or 0xA0AC0D) is known color: Citrus. HEX triplet: A0, AC and 0D. RGB value is (160,172,13). Sum of RGB (Red+Green+Blue) = 160+172+13=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC0D is #5F53F2. Grayscale: #969696. Windows color (decimal): -6247411 or 896160. OLE color: 896160.
HSL color Cylindrical-coordinate representation of color #A0AC0D: hue angle of 64.53º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0AC0D is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 13 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.33 |
| HSL | 64.53º | 0.86% | 0.36% | - |
| HSV(B) | 64.53º | 0.92% | 0.67% | - |
| XYZ | 29.32 | 37.01 | 5.98 | - |
| YUV | 150.29 | 50.52 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 13 | 0.07 | 0 | 0.92 | 0.33 | 64.53 | 0.86 | 0.36 |
| Hex | A0 | AC | D | 7 | 0 | 5C | 21 | 41 | 56 | 24 |
| Octal | 240 | 254 | 15 | 7 | 0 | 134 | 41 | 101 | 126 | 44 |
| Binary | 10100000 | 10101100 | 1101 | 111 | 0 | 1011100 | 100001 | 1000001 | 1010110 | 100100 |
Color Harmonies of #A0AC0D
Complementary color
Monochromatic Colors of #A0AC0D
Black with #A0AC0D
Text Example
Text Example
White with #A0AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC0D; }
p { color: rgb(160,172,13); }
H1.HeaderClassName
{
color: #A0AC0D;
}
.AnyTagClassName
{
color: #A0AC0D;
}
</style>
background-color css
<style>
a { background-color: #A0AC0D; }
a { background-color: rgb(160,172,13); }
div.DivClassName
{
background-color: #A0AC0D;
}
.BgClassName
{
background-color: #A0AC0D;
}
</style>
border-color css
<style>
span { border-color: #A0AC0D; }
span { border-color: rgb(160,172,13); }
td.TdClassName
{
border-color: #A0AC0D;
}
.TagClassName
{
border-color: #A0AC0D;
}
</style>