Shades of Citrus #A0AD01
Tints of Citrus #A0AD01
RGB
CMYK
RGB Variations
Color information
#A0AD01 (or 0xA0AD01) is known color: Citrus. HEX triplet: A0, AD and 01. RGB value is (160,173,1). Sum of RGB (Red+Green+Blue) = 160+173+1=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD01 is #5F52FE. Grayscale: #969696. Windows color (decimal): -6247167 or 109984. OLE color: 109984.
HSL color Cylindrical-coordinate representation of color #A0AD01: hue angle of 64.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0AD01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.32 |
| HSL | 64.53º | 0.99% | 0.34% | - |
| HSV(B) | 64.53º | 0.99% | 0.68% | - |
| XYZ | 29.45 | 37.36 | 5.69 | - |
| YUV | 149.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 1 | 0.08 | 0 | 0.99 | 0.32 | 64.53 | 0.99 | 0.34 |
| Hex | A0 | AD | 1 | 8 | 0 | 63 | 20 | 41 | 63 | 22 |
| Octal | 240 | 255 | 1 | 10 | 0 | 143 | 40 | 101 | 143 | 42 |
| Binary | 10100000 | 10101101 | 1 | 1000 | 0 | 1100011 | 100000 | 1000001 | 1100011 | 100010 |
Color Harmonies of #A0AD01
Complementary color
Monochromatic Colors of #A0AD01
Black with #A0AD01
Text Example
Text Example
White with #A0AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD01; }
p { color: rgb(160,173,1); }
H1.HeaderClassName
{
color: #A0AD01;
}
.AnyTagClassName
{
color: #A0AD01;
}
</style>
background-color css
<style>
a { background-color: #A0AD01; }
a { background-color: rgb(160,173,1); }
div.DivClassName
{
background-color: #A0AD01;
}
.BgClassName
{
background-color: #A0AD01;
}
</style>
border-color css
<style>
span { border-color: #A0AD01; }
span { border-color: rgb(160,173,1); }
td.TdClassName
{
border-color: #A0AD01;
}
.TagClassName
{
border-color: #A0AD01;
}
</style>