Shades of Citrus #A0BC06
Tints of Citrus #A0BC06
RGB
CMYK
RGB Variations
Color information
#A0BC06 (or 0xA0BC06) is known color: Citrus. HEX triplet: A0, BC and 06. RGB value is (160,188,6). Sum of RGB (Red+Green+Blue) = 160+188+6=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC06 is #5F43F9. Grayscale: #9F9F9F. Windows color (decimal): -6243322 or 441504. OLE color: 441504.
HSL color Cylindrical-coordinate representation of color #A0BC06: hue angle of 69.23º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0BC06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.26 |
| HSL | 69.23º | 0.94% | 0.38% | - |
| HSV(B) | 69.23º | 0.97% | 0.74% | - |
| XYZ | 32.51 | 43.45 | 6.85 | - |
| YUV | 158.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 6 | 0.15 | 0 | 0.97 | 0.26 | 69.23 | 0.94 | 0.38 |
| Hex | A0 | BC | 6 | F | 0 | 61 | 1A | 45 | 5E | 26 |
| Octal | 240 | 274 | 6 | 17 | 0 | 141 | 32 | 105 | 136 | 46 |
| Binary | 10100000 | 10111100 | 110 | 1111 | 0 | 1100001 | 11010 | 1000101 | 1011110 | 100110 |
Color Harmonies of #A0BC06
Complementary color
Monochromatic Colors of #A0BC06
Black with #A0BC06
Text Example
Text Example
White with #A0BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC06; }
p { color: rgb(160,188,6); }
H1.HeaderClassName
{
color: #A0BC06;
}
.AnyTagClassName
{
color: #A0BC06;
}
</style>
background-color css
<style>
a { background-color: #A0BC06; }
a { background-color: rgb(160,188,6); }
div.DivClassName
{
background-color: #A0BC06;
}
.BgClassName
{
background-color: #A0BC06;
}
</style>
border-color css
<style>
span { border-color: #A0BC06; }
span { border-color: rgb(160,188,6); }
td.TdClassName
{
border-color: #A0BC06;
}
.TagClassName
{
border-color: #A0BC06;
}
</style>