Shades of Citrus #A2AC07
Tints of Citrus #A2AC07
RGB
CMYK
RGB Variations
Color information
#A2AC07 (or 0xA2AC07) is known color: Citrus. HEX triplet: A2, AC and 07. RGB value is (162,172,7). Sum of RGB (Red+Green+Blue) = 162+172+7=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC07 is #5D53F8. Grayscale: #969696. Windows color (decimal): -6116345 or 502946. OLE color: 502946.
HSL color Cylindrical-coordinate representation of color #A2AC07: hue angle of 63.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2AC07 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.33 |
| HSL | 63.64º | 0.92% | 0.35% | - |
| HSV(B) | 63.64º | 0.96% | 0.67% | - |
| XYZ | 29.69 | 37.2 | 5.82 | - |
| YUV | 150.2 | 47.19 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 7 | 0.06 | 0 | 0.96 | 0.33 | 63.64 | 0.92 | 0.35 |
| Hex | A2 | AC | 7 | 6 | 0 | 60 | 21 | 40 | 5C | 23 |
| Octal | 242 | 254 | 7 | 6 | 0 | 140 | 41 | 100 | 134 | 43 |
| Binary | 10100010 | 10101100 | 111 | 110 | 0 | 1100000 | 100001 | 1000000 | 1011100 | 100011 |
Color Harmonies of #A2AC07
Complementary color
Monochromatic Colors of #A2AC07
Black with #A2AC07
Text Example
Text Example
White with #A2AC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC07; }
p { color: rgb(162,172,7); }
H1.HeaderClassName
{
color: #A2AC07;
}
.AnyTagClassName
{
color: #A2AC07;
}
</style>
background-color css
<style>
a { background-color: #A2AC07; }
a { background-color: rgb(162,172,7); }
div.DivClassName
{
background-color: #A2AC07;
}
.BgClassName
{
background-color: #A2AC07;
}
</style>
border-color css
<style>
span { border-color: #A2AC07; }
span { border-color: rgb(162,172,7); }
td.TdClassName
{
border-color: #A2AC07;
}
.TagClassName
{
border-color: #A2AC07;
}
</style>