Shades of Citrus #A2AF00
Tints of Citrus #A2AF00
RGB
CMYK
RGB Variations
Color information
#A2AF00 (or 0xA2AF00) is known color: Citrus. HEX triplet: A2, AF and 00. RGB value is (162,175,0). Sum of RGB (Red+Green+Blue) = 162+175+0=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AF00 is #5D50FF. Grayscale: #979797. Windows color (decimal): -6115584 or 44962. OLE color: 44962.
HSL color Cylindrical-coordinate representation of color #A2AF00: hue angle of 64.46º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2AF00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.31 |
| HSL | 64.46º | 1% | 0.34% | - |
| HSV(B) | 64.46º | 1% | 0.69% | - |
| XYZ | 30.23 | 38.34 | 5.81 | - |
| YUV | 151.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 0 | 0.07 | 0 | 1 | 0.31 | 64.46 | 1 | 0.34 |
| Hex | A2 | AF | 0 | 7 | 0 | 64 | 1F | 40 | 64 | 22 |
| Octal | 242 | 257 | 0 | 7 | 0 | 144 | 37 | 100 | 144 | 42 |
| Binary | 10100010 | 10101111 | 0 | 111 | 0 | 1100100 | 11111 | 1000000 | 1100100 | 100010 |
Color Harmonies of #A2AF00
Complementary color
Monochromatic Colors of #A2AF00
Black with #A2AF00
Text Example
Text Example
White with #A2AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF00; }
p { color: rgb(162,175,0); }
H1.HeaderClassName
{
color: #A2AF00;
}
.AnyTagClassName
{
color: #A2AF00;
}
</style>
background-color css
<style>
a { background-color: #A2AF00; }
a { background-color: rgb(162,175,0); }
div.DivClassName
{
background-color: #A2AF00;
}
.BgClassName
{
background-color: #A2AF00;
}
</style>
border-color css
<style>
span { border-color: #A2AF00; }
span { border-color: rgb(162,175,0); }
td.TdClassName
{
border-color: #A2AF00;
}
.TagClassName
{
border-color: #A2AF00;
}
</style>