Shades of Citrus #A0AD1A
Tints of Citrus #A0AD1A
RGB
CMYK
RGB Variations
Color information
#A0AD1A (or 0xA0AD1A) is known color: Citrus. HEX triplet: A0, AD and 1A. RGB value is (160,173,26). Sum of RGB (Red+Green+Blue) = 160+173+26=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD1A is #5F52E5. Grayscale: #989898. Windows color (decimal): -6247142 or 1748384. OLE color: 1748384.
HSL color Cylindrical-coordinate representation of color #A0AD1A: hue angle of 65.31º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0AD1A is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 26 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.32 |
| HSL | 65.31º | 0.74% | 0.39% | - |
| HSV(B) | 65.31º | 0.85% | 0.68% | - |
| XYZ | 29.63 | 37.44 | 6.64 | - |
| YUV | 152.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 26 | 0.08 | 0 | 0.85 | 0.32 | 65.31 | 0.74 | 0.39 |
| Hex | A0 | AD | 1A | 8 | 0 | 55 | 20 | 41 | 4A | 27 |
| Octal | 240 | 255 | 32 | 10 | 0 | 125 | 40 | 101 | 112 | 47 |
| Binary | 10100000 | 10101101 | 11010 | 1000 | 0 | 1010101 | 100000 | 1000001 | 1001010 | 100111 |
Color Harmonies of #A0AD1A
Complementary color
Monochromatic Colors of #A0AD1A
Black with #A0AD1A
Text Example
Text Example
White with #A0AD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD1A; }
p { color: rgb(160,173,26); }
H1.HeaderClassName
{
color: #A0AD1A;
}
.AnyTagClassName
{
color: #A0AD1A;
}
</style>
background-color css
<style>
a { background-color: #A0AD1A; }
a { background-color: rgb(160,173,26); }
div.DivClassName
{
background-color: #A0AD1A;
}
.BgClassName
{
background-color: #A0AD1A;
}
</style>
border-color css
<style>
span { border-color: #A0AD1A; }
span { border-color: rgb(160,173,26); }
td.TdClassName
{
border-color: #A0AD1A;
}
.TagClassName
{
border-color: #A0AD1A;
}
</style>