Shades of Citrus #A0AC1A
Tints of Citrus #A0AC1A
RGB
CMYK
RGB Variations
Color information
#A0AC1A (or 0xA0AC1A) is known color: Citrus. HEX triplet: A0, AC and 1A. RGB value is (160,172,26). Sum of RGB (Red+Green+Blue) = 160+172+26=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC1A is #5F53E5. Grayscale: #989898. Windows color (decimal): -6247398 or 1748128. OLE color: 1748128.
HSL color Cylindrical-coordinate representation of color #A0AC1A: hue angle of 64.93º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0AC1A is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 26 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.33 |
| HSL | 64.93º | 0.74% | 0.39% | - |
| HSV(B) | 64.93º | 0.85% | 0.67% | - |
| XYZ | 29.44 | 37.05 | 6.58 | - |
| YUV | 151.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 26 | 0.07 | 0 | 0.85 | 0.33 | 64.93 | 0.74 | 0.39 |
| Hex | A0 | AC | 1A | 7 | 0 | 55 | 21 | 41 | 4A | 27 |
| Octal | 240 | 254 | 32 | 7 | 0 | 125 | 41 | 101 | 112 | 47 |
| Binary | 10100000 | 10101100 | 11010 | 111 | 0 | 1010101 | 100001 | 1000001 | 1001010 | 100111 |
Color Harmonies of #A0AC1A
Complementary color
Monochromatic Colors of #A0AC1A
Black with #A0AC1A
Text Example
Text Example
White with #A0AC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC1A; }
p { color: rgb(160,172,26); }
H1.HeaderClassName
{
color: #A0AC1A;
}
.AnyTagClassName
{
color: #A0AC1A;
}
</style>
background-color css
<style>
a { background-color: #A0AC1A; }
a { background-color: rgb(160,172,26); }
div.DivClassName
{
background-color: #A0AC1A;
}
.BgClassName
{
background-color: #A0AC1A;
}
</style>
border-color css
<style>
span { border-color: #A0AC1A; }
span { border-color: rgb(160,172,26); }
td.TdClassName
{
border-color: #A0AC1A;
}
.TagClassName
{
border-color: #A0AC1A;
}
</style>