Shades of Citrus #A0A30C
Tints of Citrus #A0A30C
RGB
CMYK
RGB Variations
Color information
#A0A30C (or 0xA0A30C) is known color: Citrus. HEX triplet: A0, A3 and 0C. RGB value is (160,163,12). Sum of RGB (Red+Green+Blue) = 160+163+12=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A30C is #5F5CF3. Grayscale: #919191. Windows color (decimal): -6249716 or 828320. OLE color: 828320.
HSL color Cylindrical-coordinate representation of color #A0A30C: hue angle of 61.19º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0A30C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 12 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.36 |
| HSL | 61.19º | 0.86% | 0.34% | - |
| HSV(B) | 61.19º | 0.93% | 0.64% | - |
| XYZ | 27.66 | 33.69 | 5.39 | - |
| YUV | 144.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 12 | 0.02 | 0 | 0.93 | 0.36 | 61.19 | 0.86 | 0.34 |
| Hex | A0 | A3 | C | 2 | 0 | 5D | 24 | 3D | 56 | 22 |
| Octal | 240 | 243 | 14 | 2 | 0 | 135 | 44 | 75 | 126 | 42 |
| Binary | 10100000 | 10100011 | 1100 | 10 | 0 | 1011101 | 100100 | 111101 | 1010110 | 100010 |
Color Harmonies of #A0A30C
Complementary color
Monochromatic Colors of #A0A30C
Black with #A0A30C
Text Example
Text Example
White with #A0A30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A30C; }
p { color: rgb(160,163,12); }
H1.HeaderClassName
{
color: #A0A30C;
}
.AnyTagClassName
{
color: #A0A30C;
}
</style>
background-color css
<style>
a { background-color: #A0A30C; }
a { background-color: rgb(160,163,12); }
div.DivClassName
{
background-color: #A0A30C;
}
.BgClassName
{
background-color: #A0A30C;
}
</style>
border-color css
<style>
span { border-color: #A0A30C; }
span { border-color: rgb(160,163,12); }
td.TdClassName
{
border-color: #A0A30C;
}
.TagClassName
{
border-color: #A0A30C;
}
</style>