Shades of Citrus #A2AD1A
Tints of Citrus #A2AD1A
RGB
CMYK
RGB Variations
Color information
#A2AD1A (or 0xA2AD1A) is known color: Citrus. HEX triplet: A2, AD and 1A. RGB value is (162,173,26). Sum of RGB (Red+Green+Blue) = 162+173+26=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AD1A is #5D52E5. Grayscale: #999999. Windows color (decimal): -6116070 or 1748386. OLE color: 1748386.
HSL color Cylindrical-coordinate representation of color #A2AD1A: hue angle of 64.49º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2AD1A is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 26 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.32 |
| HSL | 64.49º | 0.74% | 0.39% | - |
| HSV(B) | 64.49º | 0.85% | 0.68% | - |
| XYZ | 30.03 | 37.64 | 6.66 | - |
| YUV | 152.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 26 | 0.06 | 0 | 0.85 | 0.32 | 64.49 | 0.74 | 0.39 |
| Hex | A2 | AD | 1A | 6 | 0 | 55 | 20 | 40 | 4A | 27 |
| Octal | 242 | 255 | 32 | 6 | 0 | 125 | 40 | 100 | 112 | 47 |
| Binary | 10100010 | 10101101 | 11010 | 110 | 0 | 1010101 | 100000 | 1000000 | 1001010 | 100111 |
Color Harmonies of #A2AD1A
Complementary color
Monochromatic Colors of #A2AD1A
Black with #A2AD1A
Text Example
Text Example
White with #A2AD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD1A; }
p { color: rgb(162,173,26); }
H1.HeaderClassName
{
color: #A2AD1A;
}
.AnyTagClassName
{
color: #A2AD1A;
}
</style>
background-color css
<style>
a { background-color: #A2AD1A; }
a { background-color: rgb(162,173,26); }
div.DivClassName
{
background-color: #A2AD1A;
}
.BgClassName
{
background-color: #A2AD1A;
}
</style>
border-color css
<style>
span { border-color: #A2AD1A; }
span { border-color: rgb(162,173,26); }
td.TdClassName
{
border-color: #A2AD1A;
}
.TagClassName
{
border-color: #A2AD1A;
}
</style>