Shades of Citrus #A2AD0E
Tints of Citrus #A2AD0E
RGB
CMYK
RGB Variations
Color information
#A2AD0E (or 0xA2AD0E) is known color: Citrus. HEX triplet: A2, AD and 0E. RGB value is (162,173,14). Sum of RGB (Red+Green+Blue) = 162+173+14=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD0E is #5D52F1. Grayscale: #989898. Windows color (decimal): -6116082 or 961954. OLE color: 961954.
HSL color Cylindrical-coordinate representation of color #A2AD0E: hue angle of 64.15º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2AD0E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 14 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.32 |
| HSL | 64.15º | 0.85% | 0.37% | - |
| HSV(B) | 64.15º | 0.92% | 0.68% | - |
| XYZ | 29.92 | 37.6 | 6.1 | - |
| YUV | 151.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 14 | 0.06 | 0 | 0.92 | 0.32 | 64.15 | 0.85 | 0.37 |
| Hex | A2 | AD | E | 6 | 0 | 5C | 20 | 40 | 55 | 25 |
| Octal | 242 | 255 | 16 | 6 | 0 | 134 | 40 | 100 | 125 | 45 |
| Binary | 10100010 | 10101101 | 1110 | 110 | 0 | 1011100 | 100000 | 1000000 | 1010101 | 100101 |
Color Harmonies of #A2AD0E
Complementary color
Monochromatic Colors of #A2AD0E
Black with #A2AD0E
Text Example
Text Example
White with #A2AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD0E; }
p { color: rgb(162,173,14); }
H1.HeaderClassName
{
color: #A2AD0E;
}
.AnyTagClassName
{
color: #A2AD0E;
}
</style>
background-color css
<style>
a { background-color: #A2AD0E; }
a { background-color: rgb(162,173,14); }
div.DivClassName
{
background-color: #A2AD0E;
}
.BgClassName
{
background-color: #A2AD0E;
}
</style>
border-color css
<style>
span { border-color: #A2AD0E; }
span { border-color: rgb(162,173,14); }
td.TdClassName
{
border-color: #A2AD0E;
}
.TagClassName
{
border-color: #A2AD0E;
}
</style>