Shades of Citrus #A0A302
Tints of Citrus #A0A302
RGB
CMYK
RGB Variations
Color information
#A0A302 (or 0xA0A302) is known color: Citrus. HEX triplet: A0, A3 and 02. RGB value is (160,163,2). Sum of RGB (Red+Green+Blue) = 160+163+2=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A302 is #5F5CFD. Grayscale: #909090. Windows color (decimal): -6249726 or 172960. OLE color: 172960.
HSL color Cylindrical-coordinate representation of color #A0A302: hue angle of 61.12º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0A302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.36 |
| HSL | 61.12º | 0.98% | 0.32% | - |
| HSV(B) | 61.12º | 0.99% | 0.64% | - |
| XYZ | 27.61 | 33.67 | 5.1 | - |
| YUV | 143.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 2 | 0.02 | 0 | 0.99 | 0.36 | 61.12 | 0.98 | 0.32 |
| Hex | A0 | A3 | 2 | 2 | 0 | 63 | 24 | 3D | 62 | 20 |
| Octal | 240 | 243 | 2 | 2 | 0 | 143 | 44 | 75 | 142 | 40 |
| Binary | 10100000 | 10100011 | 10 | 10 | 0 | 1100011 | 100100 | 111101 | 1100010 | 100000 |
Color Harmonies of #A0A302
Complementary color
Monochromatic Colors of #A0A302
Black with #A0A302
Text Example
Text Example
White with #A0A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A302; }
p { color: rgb(160,163,2); }
H1.HeaderClassName
{
color: #A0A302;
}
.AnyTagClassName
{
color: #A0A302;
}
</style>
background-color css
<style>
a { background-color: #A0A302; }
a { background-color: rgb(160,163,2); }
div.DivClassName
{
background-color: #A0A302;
}
.BgClassName
{
background-color: #A0A302;
}
</style>
border-color css
<style>
span { border-color: #A0A302; }
span { border-color: rgb(160,163,2); }
td.TdClassName
{
border-color: #A0A302;
}
.TagClassName
{
border-color: #A0A302;
}
</style>