Shades of Citrus #A0AB18
Tints of Citrus #A0AB18
RGB
CMYK
RGB Variations
Color information
#A0AB18 (or 0xA0AB18) is known color: Citrus. HEX triplet: A0, AB and 18. RGB value is (160,171,24). Sum of RGB (Red+Green+Blue) = 160+171+24=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB18 is #5F54E7. Grayscale: #979797. Windows color (decimal): -6247656 or 1616800. OLE color: 1616800.
HSL color Cylindrical-coordinate representation of color #A0AB18: hue angle of 64.49º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0AB18 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 24 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.33 |
| HSL | 64.49º | 0.75% | 0.38% | - |
| HSV(B) | 64.49º | 0.86% | 0.67% | - |
| XYZ | 29.22 | 36.67 | 6.4 | - |
| YUV | 150.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 24 | 0.06 | 0 | 0.86 | 0.33 | 64.49 | 0.75 | 0.38 |
| Hex | A0 | AB | 18 | 6 | 0 | 56 | 21 | 40 | 4B | 26 |
| Octal | 240 | 253 | 30 | 6 | 0 | 126 | 41 | 100 | 113 | 46 |
| Binary | 10100000 | 10101011 | 11000 | 110 | 0 | 1010110 | 100001 | 1000000 | 1001011 | 100110 |
Color Harmonies of #A0AB18
Complementary color
Monochromatic Colors of #A0AB18
Black with #A0AB18
Text Example
Text Example
White with #A0AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB18; }
p { color: rgb(160,171,24); }
H1.HeaderClassName
{
color: #A0AB18;
}
.AnyTagClassName
{
color: #A0AB18;
}
</style>
background-color css
<style>
a { background-color: #A0AB18; }
a { background-color: rgb(160,171,24); }
div.DivClassName
{
background-color: #A0AB18;
}
.BgClassName
{
background-color: #A0AB18;
}
</style>
border-color css
<style>
span { border-color: #A0AB18; }
span { border-color: rgb(160,171,24); }
td.TdClassName
{
border-color: #A0AB18;
}
.TagClassName
{
border-color: #A0AB18;
}
</style>