Shades of Citrus #A0AC04
Tints of Citrus #A0AC04
RGB
CMYK
RGB Variations
Color information
#A0AC04 (or 0xA0AC04) is known color: Citrus. HEX triplet: A0, AC and 04. RGB value is (160,172,4). Sum of RGB (Red+Green+Blue) = 160+172+4=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC04 is #5F53FB. Grayscale: #959595. Windows color (decimal): -6247420 or 306336. OLE color: 306336.
HSL color Cylindrical-coordinate representation of color #A0AC04: hue angle of 64.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0AC04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.33 |
| HSL | 64.29º | 0.95% | 0.35% | - |
| HSV(B) | 64.29º | 0.98% | 0.67% | - |
| XYZ | 29.27 | 36.99 | 5.71 | - |
| YUV | 149.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 4 | 0.07 | 0 | 0.98 | 0.33 | 64.29 | 0.95 | 0.35 |
| Hex | A0 | AC | 4 | 7 | 0 | 62 | 21 | 40 | 5F | 23 |
| Octal | 240 | 254 | 4 | 7 | 0 | 142 | 41 | 100 | 137 | 43 |
| Binary | 10100000 | 10101100 | 100 | 111 | 0 | 1100010 | 100001 | 1000000 | 1011111 | 100011 |
Color Harmonies of #A0AC04
Complementary color
Monochromatic Colors of #A0AC04
Black with #A0AC04
Text Example
Text Example
White with #A0AC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC04; }
p { color: rgb(160,172,4); }
H1.HeaderClassName
{
color: #A0AC04;
}
.AnyTagClassName
{
color: #A0AC04;
}
</style>
background-color css
<style>
a { background-color: #A0AC04; }
a { background-color: rgb(160,172,4); }
div.DivClassName
{
background-color: #A0AC04;
}
.BgClassName
{
background-color: #A0AC04;
}
</style>
border-color css
<style>
span { border-color: #A0AC04; }
span { border-color: rgb(160,172,4); }
td.TdClassName
{
border-color: #A0AC04;
}
.TagClassName
{
border-color: #A0AC04;
}
</style>