Shades of Citrus #A1BC10
Tints of Citrus #A1BC10
RGB
CMYK
RGB Variations
Color information
#A1BC10 (or 0xA1BC10) is known color: Citrus. HEX triplet: A1, BC and 10. RGB value is (161,188,16). Sum of RGB (Red+Green+Blue) = 161+188+16=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1BC10 is #5E43EF. Grayscale: #A0A0A0. Windows color (decimal): -6177776 or 1096865. OLE color: 1096865.
HSL color Cylindrical-coordinate representation of color #A1BC10: hue angle of 69.42º 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 #A1BC10 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 16 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.26 |
| HSL | 69.42º | 0.84% | 0.4% | - |
| HSV(B) | 69.42º | 0.91% | 0.74% | - |
| XYZ | 32.77 | 43.58 | 7.17 | - |
| YUV | 160.32 | 46.55 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 16 | 0.14 | 0 | 0.91 | 0.26 | 69.42 | 0.84 | 0.4 |
| Hex | A1 | BC | 10 | E | 0 | 5B | 1A | 45 | 54 | 28 |
| Octal | 241 | 274 | 20 | 16 | 0 | 133 | 32 | 105 | 124 | 50 |
| Binary | 10100001 | 10111100 | 10000 | 1110 | 0 | 1011011 | 11010 | 1000101 | 1010100 | 101000 |
Color Harmonies of #A1BC10
Complementary color
Monochromatic Colors of #A1BC10
Black with #A1BC10
Text Example
Text Example
White with #A1BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC10; }
p { color: rgb(161,188,16); }
H1.HeaderClassName
{
color: #A1BC10;
}
.AnyTagClassName
{
color: #A1BC10;
}
</style>
background-color css
<style>
a { background-color: #A1BC10; }
a { background-color: rgb(161,188,16); }
div.DivClassName
{
background-color: #A1BC10;
}
.BgClassName
{
background-color: #A1BC10;
}
</style>
border-color css
<style>
span { border-color: #A1BC10; }
span { border-color: rgb(161,188,16); }
td.TdClassName
{
border-color: #A1BC10;
}
.TagClassName
{
border-color: #A1BC10;
}
</style>