Shades of Citrus #A0BC10
Tints of Citrus #A0BC10
RGB
CMYK
RGB Variations
Color information
#A0BC10 (or 0xA0BC10) is known color: Citrus. HEX triplet: A0, BC and 10. RGB value is (160,188,16). Sum of RGB (Red+Green+Blue) = 160+188+16=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC10 is #5F43EF. Grayscale: #A0A0A0. Windows color (decimal): -6243312 or 1096864. OLE color: 1096864.
HSL color Cylindrical-coordinate representation of color #A0BC10: hue angle of 69.77º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0BC10 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 16 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.26 |
| HSL | 69.77º | 0.84% | 0.4% | - |
| HSV(B) | 69.77º | 0.91% | 0.74% | - |
| XYZ | 32.57 | 43.48 | 7.17 | - |
| YUV | 160.02 | 46.72 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 16 | 0.15 | 0 | 0.91 | 0.26 | 69.77 | 0.84 | 0.4 |
| Hex | A0 | BC | 10 | F | 0 | 5B | 1A | 46 | 54 | 28 |
| Octal | 240 | 274 | 20 | 17 | 0 | 133 | 32 | 106 | 124 | 50 |
| Binary | 10100000 | 10111100 | 10000 | 1111 | 0 | 1011011 | 11010 | 1000110 | 1010100 | 101000 |
Color Harmonies of #A0BC10
Complementary color
Monochromatic Colors of #A0BC10
Black with #A0BC10
Text Example
Text Example
White with #A0BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC10; }
p { color: rgb(160,188,16); }
H1.HeaderClassName
{
color: #A0BC10;
}
.AnyTagClassName
{
color: #A0BC10;
}
</style>
background-color css
<style>
a { background-color: #A0BC10; }
a { background-color: rgb(160,188,16); }
div.DivClassName
{
background-color: #A0BC10;
}
.BgClassName
{
background-color: #A0BC10;
}
</style>
border-color css
<style>
span { border-color: #A0BC10; }
span { border-color: rgb(160,188,16); }
td.TdClassName
{
border-color: #A0BC10;
}
.TagClassName
{
border-color: #A0BC10;
}
</style>