Shades of Citrus #A0AB1C
Tints of Citrus #A0AB1C
RGB
CMYK
RGB Variations
Color information
#A0AB1C (or 0xA0AB1C) is known color: Citrus. HEX triplet: A0, AB and 1C. RGB value is (160,171,28). Sum of RGB (Red+Green+Blue) = 160+171+28=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB1C is #5F54E3. Grayscale: #979797. Windows color (decimal): -6247652 or 1878944. OLE color: 1878944.
HSL color Cylindrical-coordinate representation of color #A0AB1C: hue angle of 64.62º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0AB1C is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 28 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.33 |
| HSL | 64.62º | 0.72% | 0.39% | - |
| HSV(B) | 64.62º | 0.84% | 0.67% | - |
| XYZ | 29.27 | 36.68 | 6.64 | - |
| YUV | 151.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 28 | 0.06 | 0 | 0.84 | 0.33 | 64.62 | 0.72 | 0.39 |
| Hex | A0 | AB | 1C | 6 | 0 | 54 | 21 | 41 | 48 | 27 |
| Octal | 240 | 253 | 34 | 6 | 0 | 124 | 41 | 101 | 110 | 47 |
| Binary | 10100000 | 10101011 | 11100 | 110 | 0 | 1010100 | 100001 | 1000001 | 1001000 | 100111 |
Color Harmonies of #A0AB1C
Complementary color
Monochromatic Colors of #A0AB1C
Black with #A0AB1C
Text Example
Text Example
White with #A0AB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB1C; }
p { color: rgb(160,171,28); }
H1.HeaderClassName
{
color: #A0AB1C;
}
.AnyTagClassName
{
color: #A0AB1C;
}
</style>
background-color css
<style>
a { background-color: #A0AB1C; }
a { background-color: rgb(160,171,28); }
div.DivClassName
{
background-color: #A0AB1C;
}
.BgClassName
{
background-color: #A0AB1C;
}
</style>
border-color css
<style>
span { border-color: #A0AB1C; }
span { border-color: rgb(160,171,28); }
td.TdClassName
{
border-color: #A0AB1C;
}
.TagClassName
{
border-color: #A0AB1C;
}
</style>