Shades of Citrus #A8AC02
Tints of Citrus #A8AC02
RGB
CMYK
RGB Variations
Color information
#A8AC02 (or 0xA8AC02) is known color: Citrus. HEX triplet: A8, AC and 02. RGB value is (168,172,2). Sum of RGB (Red+Green+Blue) = 168+172+2=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AC02 is #5753FD. Grayscale: #989898. Windows color (decimal): -5723134 or 175272. OLE color: 175272.
HSL color Cylindrical-coordinate representation of color #A8AC02: hue angle of 61.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8AC02 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.33 |
| HSL | 61.41º | 0.98% | 0.34% | - |
| HSV(B) | 61.41º | 0.99% | 0.67% | - |
| XYZ | 30.91 | 37.83 | 5.73 | - |
| YUV | 151.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 2 | 0.02 | 0 | 0.99 | 0.33 | 61.41 | 0.98 | 0.34 |
| Hex | A8 | AC | 2 | 2 | 0 | 63 | 21 | 3D | 62 | 22 |
| Octal | 250 | 254 | 2 | 2 | 0 | 143 | 41 | 75 | 142 | 42 |
| Binary | 10101000 | 10101100 | 10 | 10 | 0 | 1100011 | 100001 | 111101 | 1100010 | 100010 |
Color Harmonies of #A8AC02
Complementary color
Monochromatic Colors of #A8AC02
Black with #A8AC02
Text Example
Text Example
White with #A8AC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC02; }
p { color: rgb(168,172,2); }
H1.HeaderClassName
{
color: #A8AC02;
}
.AnyTagClassName
{
color: #A8AC02;
}
</style>
background-color css
<style>
a { background-color: #A8AC02; }
a { background-color: rgb(168,172,2); }
div.DivClassName
{
background-color: #A8AC02;
}
.BgClassName
{
background-color: #A8AC02;
}
</style>
border-color css
<style>
span { border-color: #A8AC02; }
span { border-color: rgb(168,172,2); }
td.TdClassName
{
border-color: #A8AC02;
}
.TagClassName
{
border-color: #A8AC02;
}
</style>