Shades of Citrus #A0AC01
Tints of Citrus #A0AC01
RGB
CMYK
RGB Variations
Color information
#A0AC01 (or 0xA0AC01) is known color: Citrus. HEX triplet: A0, AC and 01. RGB value is (160,172,1). Sum of RGB (Red+Green+Blue) = 160+172+1=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC01 is #5F53FE. Grayscale: #959595. Windows color (decimal): -6247423 or 109728. OLE color: 109728.
HSL color Cylindrical-coordinate representation of color #A0AC01: hue angle of 64.21º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0AC01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.33 |
| HSL | 64.21º | 0.99% | 0.34% | - |
| HSV(B) | 64.21º | 0.99% | 0.67% | - |
| XYZ | 29.26 | 36.98 | 5.62 | - |
| YUV | 148.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 1 | 0.07 | 0 | 0.99 | 0.33 | 64.21 | 0.99 | 0.34 |
| Hex | A0 | AC | 1 | 7 | 0 | 63 | 21 | 40 | 63 | 22 |
| Octal | 240 | 254 | 1 | 7 | 0 | 143 | 41 | 100 | 143 | 42 |
| Binary | 10100000 | 10101100 | 1 | 111 | 0 | 1100011 | 100001 | 1000000 | 1100011 | 100010 |
Color Harmonies of #A0AC01
Complementary color
Monochromatic Colors of #A0AC01
Black with #A0AC01
Text Example
Text Example
White with #A0AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC01; }
p { color: rgb(160,172,1); }
H1.HeaderClassName
{
color: #A0AC01;
}
.AnyTagClassName
{
color: #A0AC01;
}
</style>
background-color css
<style>
a { background-color: #A0AC01; }
a { background-color: rgb(160,172,1); }
div.DivClassName
{
background-color: #A0AC01;
}
.BgClassName
{
background-color: #A0AC01;
}
</style>
border-color css
<style>
span { border-color: #A0AC01; }
span { border-color: rgb(160,172,1); }
td.TdClassName
{
border-color: #A0AC01;
}
.TagClassName
{
border-color: #A0AC01;
}
</style>