Shades of Citrus #A0BE06
Tints of Citrus #A0BE06
RGB
CMYK
RGB Variations
Color information
#A0BE06 (or 0xA0BE06) is known color: Citrus. HEX triplet: A0, BE and 06. RGB value is (160,190,6). Sum of RGB (Red+Green+Blue) = 160+190+6=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE06 is #5F41F9. Grayscale: #A0A0A0. Windows color (decimal): -6242810 or 442016. OLE color: 442016.
HSL color Cylindrical-coordinate representation of color #A0BE06: hue angle of 69.78º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0BE06 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 6 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.25 |
| HSL | 69.78º | 0.94% | 0.38% | - |
| HSV(B) | 69.78º | 0.97% | 0.75% | - |
| XYZ | 32.94 | 44.31 | 6.99 | - |
| YUV | 160.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 6 | 0.16 | 0 | 0.97 | 0.25 | 69.78 | 0.94 | 0.38 |
| Hex | A0 | BE | 6 | 10 | 0 | 61 | 19 | 46 | 5E | 26 |
| Octal | 240 | 276 | 6 | 20 | 0 | 141 | 31 | 106 | 136 | 46 |
| Binary | 10100000 | 10111110 | 110 | 10000 | 0 | 1100001 | 11001 | 1000110 | 1011110 | 100110 |
Color Harmonies of #A0BE06
Complementary color
Monochromatic Colors of #A0BE06
Black with #A0BE06
Text Example
Text Example
White with #A0BE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE06; }
p { color: rgb(160,190,6); }
H1.HeaderClassName
{
color: #A0BE06;
}
.AnyTagClassName
{
color: #A0BE06;
}
</style>
background-color css
<style>
a { background-color: #A0BE06; }
a { background-color: rgb(160,190,6); }
div.DivClassName
{
background-color: #A0BE06;
}
.BgClassName
{
background-color: #A0BE06;
}
</style>
border-color css
<style>
span { border-color: #A0BE06; }
span { border-color: rgb(160,190,6); }
td.TdClassName
{
border-color: #A0BE06;
}
.TagClassName
{
border-color: #A0BE06;
}
</style>