Shades of Citrus #A0C410
Tints of Citrus #A0C410
RGB
CMYK
RGB Variations
Color information
#A0C410 (or 0xA0C410) is known color: Citrus. HEX triplet: A0, C4 and 10. RGB value is (160,196,16). Sum of RGB (Red+Green+Blue) = 160+196+16=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C410 is #5F3BEF. Grayscale: #A5A5A5. Windows color (decimal): -6241264 or 1098912. OLE color: 1098912.
HSL color Cylindrical-coordinate representation of color #A0C410: hue angle of 72º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0C410 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 16 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.23 |
| HSL | 72º | 0.85% | 0.42% | - |
| HSV(B) | 72º | 0.92% | 0.77% | - |
| XYZ | 34.33 | 46.99 | 7.75 | - |
| YUV | 164.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 16 | 0.18 | 0 | 0.92 | 0.23 | 72 | 0.85 | 0.42 |
| Hex | A0 | C4 | 10 | 12 | 0 | 5C | 17 | 48 | 55 | 2A |
| Octal | 240 | 304 | 20 | 22 | 0 | 134 | 27 | 110 | 125 | 52 |
| Binary | 10100000 | 11000100 | 10000 | 10010 | 0 | 1011100 | 10111 | 1001000 | 1010101 | 101010 |
Color Harmonies of #A0C410
Complementary color
Monochromatic Colors of #A0C410
Black with #A0C410
Text Example
Text Example
White with #A0C410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C410; }
p { color: rgb(160,196,16); }
H1.HeaderClassName
{
color: #A0C410;
}
.AnyTagClassName
{
color: #A0C410;
}
</style>
background-color css
<style>
a { background-color: #A0C410; }
a { background-color: rgb(160,196,16); }
div.DivClassName
{
background-color: #A0C410;
}
.BgClassName
{
background-color: #A0C410;
}
</style>
border-color css
<style>
span { border-color: #A0C410; }
span { border-color: rgb(160,196,16); }
td.TdClassName
{
border-color: #A0C410;
}
.TagClassName
{
border-color: #A0C410;
}
</style>