Shades of Citrus #A1AD02
Tints of Citrus #A1AD02
RGB
CMYK
RGB Variations
Color information
#A1AD02 (or 0xA1AD02) is known color: Citrus. HEX triplet: A1, AD and 02. RGB value is (161,173,2). Sum of RGB (Red+Green+Blue) = 161+173+2=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AD02 is #5E52FD. Grayscale: #969696. Windows color (decimal): -6181630 or 175521. OLE color: 175521.
HSL color Cylindrical-coordinate representation of color #A1AD02: hue angle of 64.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1AD02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.32 |
| HSL | 64.21º | 0.98% | 0.34% | - |
| HSV(B) | 64.21º | 0.99% | 0.68% | - |
| XYZ | 29.65 | 37.47 | 5.73 | - |
| YUV | 149.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 2 | 0.07 | 0 | 0.99 | 0.32 | 64.21 | 0.98 | 0.34 |
| Hex | A1 | AD | 2 | 7 | 0 | 63 | 20 | 40 | 62 | 22 |
| Octal | 241 | 255 | 2 | 7 | 0 | 143 | 40 | 100 | 142 | 42 |
| Binary | 10100001 | 10101101 | 10 | 111 | 0 | 1100011 | 100000 | 1000000 | 1100010 | 100010 |
Color Harmonies of #A1AD02
Complementary color
Monochromatic Colors of #A1AD02
Black with #A1AD02
Text Example
Text Example
White with #A1AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD02; }
p { color: rgb(161,173,2); }
H1.HeaderClassName
{
color: #A1AD02;
}
.AnyTagClassName
{
color: #A1AD02;
}
</style>
background-color css
<style>
a { background-color: #A1AD02; }
a { background-color: rgb(161,173,2); }
div.DivClassName
{
background-color: #A1AD02;
}
.BgClassName
{
background-color: #A1AD02;
}
</style>
border-color css
<style>
span { border-color: #A1AD02; }
span { border-color: rgb(161,173,2); }
td.TdClassName
{
border-color: #A1AD02;
}
.TagClassName
{
border-color: #A1AD02;
}
</style>