Shades of Citrus #A0AD0F
Tints of Citrus #A0AD0F
RGB
CMYK
RGB Variations
Color information
#A0AD0F (or 0xA0AD0F) is known color: Citrus. HEX triplet: A0, AD and 0F. RGB value is (160,173,15). Sum of RGB (Red+Green+Blue) = 160+173+15=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AD0F is #5F52F0. Grayscale: #979797. Windows color (decimal): -6247153 or 1027488. OLE color: 1027488.
HSL color Cylindrical-coordinate representation of color #A0AD0F: hue angle of 64.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0AD0F is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 15 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.32 |
| HSL | 64.94º | 0.84% | 0.37% | - |
| HSV(B) | 64.94º | 0.91% | 0.68% | - |
| XYZ | 29.53 | 37.4 | 6.11 | - |
| YUV | 151.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 15 | 0.08 | 0 | 0.91 | 0.32 | 64.94 | 0.84 | 0.37 |
| Hex | A0 | AD | F | 8 | 0 | 5B | 20 | 41 | 54 | 25 |
| Octal | 240 | 255 | 17 | 10 | 0 | 133 | 40 | 101 | 124 | 45 |
| Binary | 10100000 | 10101101 | 1111 | 1000 | 0 | 1011011 | 100000 | 1000001 | 1010100 | 100101 |
Color Harmonies of #A0AD0F
Complementary color
Monochromatic Colors of #A0AD0F
Black with #A0AD0F
Text Example
Text Example
White with #A0AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD0F; }
p { color: rgb(160,173,15); }
H1.HeaderClassName
{
color: #A0AD0F;
}
.AnyTagClassName
{
color: #A0AD0F;
}
</style>
background-color css
<style>
a { background-color: #A0AD0F; }
a { background-color: rgb(160,173,15); }
div.DivClassName
{
background-color: #A0AD0F;
}
.BgClassName
{
background-color: #A0AD0F;
}
</style>
border-color css
<style>
span { border-color: #A0AD0F; }
span { border-color: rgb(160,173,15); }
td.TdClassName
{
border-color: #A0AD0F;
}
.TagClassName
{
border-color: #A0AD0F;
}
</style>