Shades of Citron #A0A825
Tints of Citron #A0A825
RGB
CMYK
RGB Variations
Color information
#A0A825 (or 0xA0A825) is known color: Citron. HEX triplet: A0, A8 and 25. RGB value is (160,168,37). Sum of RGB (Red+Green+Blue) = 160+168+37=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A825 is #5F57DA. Grayscale: #979797. Windows color (decimal): -6248411 or 2468000. OLE color: 2468000.
HSL color Cylindrical-coordinate representation of color #A0A825: hue angle of 63.66º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0A825 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 37 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.34 |
| HSL | 63.66º | 0.64% | 0.4% | - |
| HSV(B) | 63.66º | 0.78% | 0.66% | - |
| XYZ | 28.83 | 35.61 | 7.1 | - |
| YUV | 150.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 37 | 0.05 | 0 | 0.78 | 0.34 | 63.66 | 0.64 | 0.4 |
| Hex | A0 | A8 | 25 | 5 | 0 | 4E | 22 | 40 | 40 | 28 |
| Octal | 240 | 250 | 45 | 5 | 0 | 116 | 42 | 100 | 100 | 50 |
| Binary | 10100000 | 10101000 | 100101 | 101 | 0 | 1001110 | 100010 | 1000000 | 1000000 | 101000 |
Color Harmonies of #A0A825
Complementary color
Monochromatic Colors of #A0A825
Black with #A0A825
Text Example
Text Example
White with #A0A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A825; }
p { color: rgb(160,168,37); }
H1.HeaderClassName
{
color: #A0A825;
}
.AnyTagClassName
{
color: #A0A825;
}
</style>
background-color css
<style>
a { background-color: #A0A825; }
a { background-color: rgb(160,168,37); }
div.DivClassName
{
background-color: #A0A825;
}
.BgClassName
{
background-color: #A0A825;
}
</style>
border-color css
<style>
span { border-color: #A0A825; }
span { border-color: rgb(160,168,37); }
td.TdClassName
{
border-color: #A0A825;
}
.TagClassName
{
border-color: #A0A825;
}
</style>