Shades of Citrus #A2AC0D
Tints of Citrus #A2AC0D
RGB
CMYK
RGB Variations
Color information
#A2AC0D (or 0xA2AC0D) is known color: Citrus. HEX triplet: A2, AC and 0D. RGB value is (162,172,13). Sum of RGB (Red+Green+Blue) = 162+172+13=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC0D is #5D53F2. Grayscale: #979797. Windows color (decimal): -6116339 or 896162. OLE color: 896162.
HSL color Cylindrical-coordinate representation of color #A2AC0D: hue angle of 63.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2AC0D is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 13 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.33 |
| HSL | 63.77º | 0.86% | 0.36% | - |
| HSV(B) | 63.77º | 0.92% | 0.67% | - |
| XYZ | 29.73 | 37.22 | 6 | - |
| YUV | 150.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 13 | 0.06 | 0 | 0.92 | 0.33 | 63.77 | 0.86 | 0.36 |
| Hex | A2 | AC | D | 6 | 0 | 5C | 21 | 40 | 56 | 24 |
| Octal | 242 | 254 | 15 | 6 | 0 | 134 | 41 | 100 | 126 | 44 |
| Binary | 10100010 | 10101100 | 1101 | 110 | 0 | 1011100 | 100001 | 1000000 | 1010110 | 100100 |
Color Harmonies of #A2AC0D
Complementary color
Monochromatic Colors of #A2AC0D
Black with #A2AC0D
Text Example
Text Example
White with #A2AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC0D; }
p { color: rgb(162,172,13); }
H1.HeaderClassName
{
color: #A2AC0D;
}
.AnyTagClassName
{
color: #A2AC0D;
}
</style>
background-color css
<style>
a { background-color: #A2AC0D; }
a { background-color: rgb(162,172,13); }
div.DivClassName
{
background-color: #A2AC0D;
}
.BgClassName
{
background-color: #A2AC0D;
}
</style>
border-color css
<style>
span { border-color: #A2AC0D; }
span { border-color: rgb(162,172,13); }
td.TdClassName
{
border-color: #A2AC0D;
}
.TagClassName
{
border-color: #A2AC0D;
}
</style>