Shades of Citron #A0A830
Tints of Citron #A0A830
RGB
CMYK
RGB Variations
Color information
#A0A830 (or 0xA0A830) is known color: Citron. HEX triplet: A0, A8 and 30. RGB value is (160,168,48). Sum of RGB (Red+Green+Blue) = 160+168+48=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A830 is #5F57CF. Grayscale: #989898. Windows color (decimal): -6248400 or 3188896. OLE color: 3188896.
HSL color Cylindrical-coordinate representation of color #A0A830: hue angle of 64º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0A830 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 48 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.34 |
| HSL | 64º | 0.56% | 0.42% | - |
| HSV(B) | 64º | 0.71% | 0.66% | - |
| XYZ | 29.03 | 35.69 | 8.16 | - |
| YUV | 151.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 48 | 0.05 | 0 | 0.71 | 0.34 | 64 | 0.56 | 0.42 |
| Hex | A0 | A8 | 30 | 5 | 0 | 47 | 22 | 40 | 38 | 2A |
| Octal | 240 | 250 | 60 | 5 | 0 | 107 | 42 | 100 | 70 | 52 |
| Binary | 10100000 | 10101000 | 110000 | 101 | 0 | 1000111 | 100010 | 1000000 | 111000 | 101010 |
Color Harmonies of #A0A830
Complementary color
Monochromatic Colors of #A0A830
Black with #A0A830
Text Example
Text Example
White with #A0A830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A830; }
p { color: rgb(160,168,48); }
H1.HeaderClassName
{
color: #A0A830;
}
.AnyTagClassName
{
color: #A0A830;
}
</style>
background-color css
<style>
a { background-color: #A0A830; }
a { background-color: rgb(160,168,48); }
div.DivClassName
{
background-color: #A0A830;
}
.BgClassName
{
background-color: #A0A830;
}
</style>
border-color css
<style>
span { border-color: #A0A830; }
span { border-color: rgb(160,168,48); }
td.TdClassName
{
border-color: #A0A830;
}
.TagClassName
{
border-color: #A0A830;
}
</style>