Shades of Citrus #A0AB0C
Tints of Citrus #A0AB0C
RGB
CMYK
RGB Variations
Color information
#A0AB0C (or 0xA0AB0C) is known color: Citrus. HEX triplet: A0, AB and 0C. RGB value is (160,171,12). Sum of RGB (Red+Green+Blue) = 160+171+12=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB0C is #5F54F3. Grayscale: #969696. Windows color (decimal): -6247668 or 830368. OLE color: 830368.
HSL color Cylindrical-coordinate representation of color #A0AB0C: hue angle of 64.15º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0AB0C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.33 |
| HSL | 64.15º | 0.87% | 0.36% | - |
| HSV(B) | 64.15º | 0.93% | 0.67% | - |
| XYZ | 29.13 | 36.63 | 5.88 | - |
| YUV | 149.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 12 | 0.06 | 0 | 0.93 | 0.33 | 64.15 | 0.87 | 0.36 |
| Hex | A0 | AB | C | 6 | 0 | 5D | 21 | 40 | 57 | 24 |
| Octal | 240 | 253 | 14 | 6 | 0 | 135 | 41 | 100 | 127 | 44 |
| Binary | 10100000 | 10101011 | 1100 | 110 | 0 | 1011101 | 100001 | 1000000 | 1010111 | 100100 |
Color Harmonies of #A0AB0C
Complementary color
Monochromatic Colors of #A0AB0C
Black with #A0AB0C
Text Example
Text Example
White with #A0AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB0C; }
p { color: rgb(160,171,12); }
H1.HeaderClassName
{
color: #A0AB0C;
}
.AnyTagClassName
{
color: #A0AB0C;
}
</style>
background-color css
<style>
a { background-color: #A0AB0C; }
a { background-color: rgb(160,171,12); }
div.DivClassName
{
background-color: #A0AB0C;
}
.BgClassName
{
background-color: #A0AB0C;
}
</style>
border-color css
<style>
span { border-color: #A0AB0C; }
span { border-color: rgb(160,171,12); }
td.TdClassName
{
border-color: #A0AB0C;
}
.TagClassName
{
border-color: #A0AB0C;
}
</style>