Shades of Citron #A0A924
Tints of Citron #A0A924
RGB
CMYK
RGB Variations
Color information
#A0A924 (or 0xA0A924) is known color: Citron. HEX triplet: A0, A9 and 24. RGB value is (160,169,36). Sum of RGB (Red+Green+Blue) = 160+169+36=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A924 is #5F56DB. Grayscale: #979797. Windows color (decimal): -6248156 or 2402720. OLE color: 2402720.
HSL color Cylindrical-coordinate representation of color #A0A924: hue angle of 64.06º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0A924 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 36 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.34 |
| HSL | 64.06º | 0.65% | 0.4% | - |
| HSV(B) | 64.06º | 0.79% | 0.66% | - |
| XYZ | 29 | 35.98 | 7.08 | - |
| YUV | 151.15 | 63.02 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 36 | 0.05 | 0 | 0.79 | 0.34 | 64.06 | 0.65 | 0.4 |
| Hex | A0 | A9 | 24 | 5 | 0 | 4F | 22 | 40 | 41 | 28 |
| Octal | 240 | 251 | 44 | 5 | 0 | 117 | 42 | 100 | 101 | 50 |
| Binary | 10100000 | 10101001 | 100100 | 101 | 0 | 1001111 | 100010 | 1000000 | 1000001 | 101000 |
Color Harmonies of #A0A924
Complementary color
Monochromatic Colors of #A0A924
Black with #A0A924
Text Example
Text Example
White with #A0A924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A924; }
p { color: rgb(160,169,36); }
H1.HeaderClassName
{
color: #A0A924;
}
.AnyTagClassName
{
color: #A0A924;
}
</style>
background-color css
<style>
a { background-color: #A0A924; }
a { background-color: rgb(160,169,36); }
div.DivClassName
{
background-color: #A0A924;
}
.BgClassName
{
background-color: #A0A924;
}
</style>
border-color css
<style>
span { border-color: #A0A924; }
span { border-color: rgb(160,169,36); }
td.TdClassName
{
border-color: #A0A924;
}
.TagClassName
{
border-color: #A0A924;
}
</style>