Shades of Citrus #A0A80D
Tints of Citrus #A0A80D
RGB
CMYK
RGB Variations
Color information
#A0A80D (or 0xA0A80D) is known color: Citrus. HEX triplet: A0, A8 and 0D. RGB value is (160,168,13). Sum of RGB (Red+Green+Blue) = 160+168+13=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A80D is #5F57F2. Grayscale: #949494. Windows color (decimal): -6248435 or 895136. OLE color: 895136.
HSL color Cylindrical-coordinate representation of color #A0A80D: hue angle of 63.1º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0A80D is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 13 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.34 |
| HSL | 63.1º | 0.86% | 0.35% | - |
| HSV(B) | 63.1º | 0.92% | 0.66% | - |
| XYZ | 28.57 | 35.51 | 5.73 | - |
| YUV | 147.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 13 | 0.05 | 0 | 0.92 | 0.34 | 63.1 | 0.86 | 0.35 |
| Hex | A0 | A8 | D | 5 | 0 | 5C | 22 | 3F | 56 | 23 |
| Octal | 240 | 250 | 15 | 5 | 0 | 134 | 42 | 77 | 126 | 43 |
| Binary | 10100000 | 10101000 | 1101 | 101 | 0 | 1011100 | 100010 | 111111 | 1010110 | 100011 |
Color Harmonies of #A0A80D
Complementary color
Monochromatic Colors of #A0A80D
Black with #A0A80D
Text Example
Text Example
White with #A0A80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A80D; }
p { color: rgb(160,168,13); }
H1.HeaderClassName
{
color: #A0A80D;
}
.AnyTagClassName
{
color: #A0A80D;
}
</style>
background-color css
<style>
a { background-color: #A0A80D; }
a { background-color: rgb(160,168,13); }
div.DivClassName
{
background-color: #A0A80D;
}
.BgClassName
{
background-color: #A0A80D;
}
</style>
border-color css
<style>
span { border-color: #A0A80D; }
span { border-color: rgb(160,168,13); }
td.TdClassName
{
border-color: #A0A80D;
}
.TagClassName
{
border-color: #A0A80D;
}
</style>