Shades of Citrus #A0A902
Tints of Citrus #A0A902
RGB
CMYK
RGB Variations
Color information
#A0A902 (or 0xA0A902) is known color: Citrus. HEX triplet: A0, A9 and 02. RGB value is (160,169,2). Sum of RGB (Red+Green+Blue) = 160+169+2=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A902 is #5F56FD. Grayscale: #939393. Windows color (decimal): -6248190 or 174496. OLE color: 174496.
HSL color Cylindrical-coordinate representation of color #A0A902: hue angle of 63.23º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0A902 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.34 |
| HSL | 63.23º | 0.98% | 0.34% | - |
| HSV(B) | 63.23º | 0.99% | 0.66% | - |
| XYZ | 28.7 | 35.85 | 5.47 | - |
| YUV | 147.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 2 | 0.05 | 0 | 0.99 | 0.34 | 63.23 | 0.98 | 0.34 |
| Hex | A0 | A9 | 2 | 5 | 0 | 63 | 22 | 3F | 62 | 22 |
| Octal | 240 | 251 | 2 | 5 | 0 | 143 | 42 | 77 | 142 | 42 |
| Binary | 10100000 | 10101001 | 10 | 101 | 0 | 1100011 | 100010 | 111111 | 1100010 | 100010 |
Color Harmonies of #A0A902
Complementary color
Monochromatic Colors of #A0A902
Black with #A0A902
Text Example
Text Example
White with #A0A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A902; }
p { color: rgb(160,169,2); }
H1.HeaderClassName
{
color: #A0A902;
}
.AnyTagClassName
{
color: #A0A902;
}
</style>
background-color css
<style>
a { background-color: #A0A902; }
a { background-color: rgb(160,169,2); }
div.DivClassName
{
background-color: #A0A902;
}
.BgClassName
{
background-color: #A0A902;
}
</style>
border-color css
<style>
span { border-color: #A0A902; }
span { border-color: rgb(160,169,2); }
td.TdClassName
{
border-color: #A0A902;
}
.TagClassName
{
border-color: #A0A902;
}
</style>