Shades of Citrus #A2AC04
Tints of Citrus #A2AC04
RGB
CMYK
RGB Variations
Color information
#A2AC04 (or 0xA2AC04) is known color: Citrus. HEX triplet: A2, AC and 04. RGB value is (162,172,4). Sum of RGB (Red+Green+Blue) = 162+172+4=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC04 is #5D53FB. Grayscale: #969696. Windows color (decimal): -6116348 or 306338. OLE color: 306338.
HSL color Cylindrical-coordinate representation of color #A2AC04: hue angle of 63.57º 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 #A2AC04 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.33 |
| HSL | 63.57º | 0.95% | 0.35% | - |
| HSV(B) | 63.57º | 0.98% | 0.67% | - |
| XYZ | 29.67 | 37.2 | 5.73 | - |
| YUV | 149.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 4 | 0.06 | 0 | 0.98 | 0.33 | 63.57 | 0.95 | 0.35 |
| Hex | A2 | AC | 4 | 6 | 0 | 62 | 21 | 40 | 5F | 23 |
| Octal | 242 | 254 | 4 | 6 | 0 | 142 | 41 | 100 | 137 | 43 |
| Binary | 10100010 | 10101100 | 100 | 110 | 0 | 1100010 | 100001 | 1000000 | 1011111 | 100011 |
Color Harmonies of #A2AC04
Complementary color
Monochromatic Colors of #A2AC04
Black with #A2AC04
Text Example
Text Example
White with #A2AC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC04; }
p { color: rgb(162,172,4); }
H1.HeaderClassName
{
color: #A2AC04;
}
.AnyTagClassName
{
color: #A2AC04;
}
</style>
background-color css
<style>
a { background-color: #A2AC04; }
a { background-color: rgb(162,172,4); }
div.DivClassName
{
background-color: #A2AC04;
}
.BgClassName
{
background-color: #A2AC04;
}
</style>
border-color css
<style>
span { border-color: #A2AC04; }
span { border-color: rgb(162,172,4); }
td.TdClassName
{
border-color: #A2AC04;
}
.TagClassName
{
border-color: #A2AC04;
}
</style>