Shades of Citrus #A0AE0D
Tints of Citrus #A0AE0D
RGB
CMYK
RGB Variations
Color information
#A0AE0D (or 0xA0AE0D) is known color: Citrus. HEX triplet: A0, AE and 0D. RGB value is (160,174,13). Sum of RGB (Red+Green+Blue) = 160+174+13=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AE0D is #5F51F2. Grayscale: #989898. Windows color (decimal): -6246899 or 896672. OLE color: 896672.
HSL color Cylindrical-coordinate representation of color #A0AE0D: hue angle of 65.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0AE0D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 13 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.32 |
| HSL | 65.22º | 0.86% | 0.37% | - |
| HSV(B) | 65.22º | 0.93% | 0.68% | - |
| XYZ | 29.71 | 37.77 | 6.11 | - |
| YUV | 151.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 13 | 0.08 | 0 | 0.93 | 0.32 | 65.22 | 0.86 | 0.37 |
| Hex | A0 | AE | D | 8 | 0 | 5D | 20 | 41 | 56 | 25 |
| Octal | 240 | 256 | 15 | 10 | 0 | 135 | 40 | 101 | 126 | 45 |
| Binary | 10100000 | 10101110 | 1101 | 1000 | 0 | 1011101 | 100000 | 1000001 | 1010110 | 100101 |
Color Harmonies of #A0AE0D
Complementary color
Monochromatic Colors of #A0AE0D
Black with #A0AE0D
Text Example
Text Example
White with #A0AE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE0D; }
p { color: rgb(160,174,13); }
H1.HeaderClassName
{
color: #A0AE0D;
}
.AnyTagClassName
{
color: #A0AE0D;
}
</style>
background-color css
<style>
a { background-color: #A0AE0D; }
a { background-color: rgb(160,174,13); }
div.DivClassName
{
background-color: #A0AE0D;
}
.BgClassName
{
background-color: #A0AE0D;
}
</style>
border-color css
<style>
span { border-color: #A0AE0D; }
span { border-color: rgb(160,174,13); }
td.TdClassName
{
border-color: #A0AE0D;
}
.TagClassName
{
border-color: #A0AE0D;
}
</style>