Shades of Citron #A1AA23
Tints of Citron #A1AA23
RGB
CMYK
RGB Variations
Color information
#A1AA23 (or 0xA1AA23) is known color: Citron. HEX triplet: A1, AA and 23. RGB value is (161,170,35). Sum of RGB (Red+Green+Blue) = 161+170+35=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA23 is #5E55DC. Grayscale: #989898. Windows color (decimal): -6182365 or 2337441. OLE color: 2337441.
HSL color Cylindrical-coordinate representation of color #A1AA23: hue angle of 64º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1AA23 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 35 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.33 |
| HSL | 64º | 0.66% | 0.4% | - |
| HSV(B) | 64º | 0.79% | 0.67% | - |
| XYZ | 29.38 | 36.45 | 7.08 | - |
| YUV | 151.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 35 | 0.05 | 0 | 0.79 | 0.33 | 64 | 0.66 | 0.4 |
| Hex | A1 | AA | 23 | 5 | 0 | 4F | 21 | 40 | 42 | 28 |
| Octal | 241 | 252 | 43 | 5 | 0 | 117 | 41 | 100 | 102 | 50 |
| Binary | 10100001 | 10101010 | 100011 | 101 | 0 | 1001111 | 100001 | 1000000 | 1000010 | 101000 |
Color Harmonies of #A1AA23
Complementary color
Monochromatic Colors of #A1AA23
Black with #A1AA23
Text Example
Text Example
White with #A1AA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA23; }
p { color: rgb(161,170,35); }
H1.HeaderClassName
{
color: #A1AA23;
}
.AnyTagClassName
{
color: #A1AA23;
}
</style>
background-color css
<style>
a { background-color: #A1AA23; }
a { background-color: rgb(161,170,35); }
div.DivClassName
{
background-color: #A1AA23;
}
.BgClassName
{
background-color: #A1AA23;
}
</style>
border-color css
<style>
span { border-color: #A1AA23; }
span { border-color: rgb(161,170,35); }
td.TdClassName
{
border-color: #A1AA23;
}
.TagClassName
{
border-color: #A1AA23;
}
</style>