Shades of Citrus #A2AC0C
Tints of Citrus #A2AC0C
RGB
CMYK
RGB Variations
Color information
#A2AC0C (or 0xA2AC0C) is known color: Citrus. HEX triplet: A2, AC and 0C. RGB value is (162,172,12). Sum of RGB (Red+Green+Blue) = 162+172+12=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC0C is #5D53F3. Grayscale: #979797. Windows color (decimal): -6116340 or 830626. OLE color: 830626.
HSL color Cylindrical-coordinate representation of color #A2AC0C: hue angle of 63.75º 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 #A2AC0C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.33 |
| HSL | 63.75º | 0.87% | 0.36% | - |
| HSV(B) | 63.75º | 0.93% | 0.67% | - |
| XYZ | 29.72 | 37.21 | 5.96 | - |
| YUV | 150.77 | 49.69 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 12 | 0.06 | 0 | 0.93 | 0.33 | 63.75 | 0.87 | 0.36 |
| Hex | A2 | AC | C | 6 | 0 | 5D | 21 | 40 | 57 | 24 |
| Octal | 242 | 254 | 14 | 6 | 0 | 135 | 41 | 100 | 127 | 44 |
| Binary | 10100010 | 10101100 | 1100 | 110 | 0 | 1011101 | 100001 | 1000000 | 1010111 | 100100 |
Color Harmonies of #A2AC0C
Complementary color
Monochromatic Colors of #A2AC0C
Black with #A2AC0C
Text Example
Text Example
White with #A2AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC0C; }
p { color: rgb(162,172,12); }
H1.HeaderClassName
{
color: #A2AC0C;
}
.AnyTagClassName
{
color: #A2AC0C;
}
</style>
background-color css
<style>
a { background-color: #A2AC0C; }
a { background-color: rgb(162,172,12); }
div.DivClassName
{
background-color: #A2AC0C;
}
.BgClassName
{
background-color: #A2AC0C;
}
</style>
border-color css
<style>
span { border-color: #A2AC0C; }
span { border-color: rgb(162,172,12); }
td.TdClassName
{
border-color: #A2AC0C;
}
.TagClassName
{
border-color: #A2AC0C;
}
</style>