Shades of Citrus #A2AD0C
Tints of Citrus #A2AD0C
RGB
CMYK
RGB Variations
Color information
#A2AD0C (or 0xA2AD0C) is known color: Citrus. HEX triplet: A2, AD and 0C. RGB value is (162,173,12). Sum of RGB (Red+Green+Blue) = 162+173+12=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD0C is #5D52F3. Grayscale: #979797. Windows color (decimal): -6116084 or 830882. OLE color: 830882.
HSL color Cylindrical-coordinate representation of color #A2AD0C: hue angle of 64.1º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2AD0C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.32 |
| HSL | 64.1º | 0.87% | 0.36% | - |
| HSV(B) | 64.1º | 0.93% | 0.68% | - |
| XYZ | 29.91 | 37.6 | 6.03 | - |
| YUV | 151.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 12 | 0.06 | 0 | 0.93 | 0.32 | 64.1 | 0.87 | 0.36 |
| Hex | A2 | AD | C | 6 | 0 | 5D | 20 | 40 | 57 | 24 |
| Octal | 242 | 255 | 14 | 6 | 0 | 135 | 40 | 100 | 127 | 44 |
| Binary | 10100010 | 10101101 | 1100 | 110 | 0 | 1011101 | 100000 | 1000000 | 1010111 | 100100 |
Color Harmonies of #A2AD0C
Complementary color
Monochromatic Colors of #A2AD0C
Black with #A2AD0C
Text Example
Text Example
White with #A2AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD0C; }
p { color: rgb(162,173,12); }
H1.HeaderClassName
{
color: #A2AD0C;
}
.AnyTagClassName
{
color: #A2AD0C;
}
</style>
background-color css
<style>
a { background-color: #A2AD0C; }
a { background-color: rgb(162,173,12); }
div.DivClassName
{
background-color: #A2AD0C;
}
.BgClassName
{
background-color: #A2AD0C;
}
</style>
border-color css
<style>
span { border-color: #A2AD0C; }
span { border-color: rgb(162,173,12); }
td.TdClassName
{
border-color: #A2AD0C;
}
.TagClassName
{
border-color: #A2AD0C;
}
</style>