Shades of Citrus #A0BE08
Tints of Citrus #A0BE08
RGB
CMYK
RGB Variations
Color information
#A0BE08 (or 0xA0BE08) is known color: Citrus. HEX triplet: A0, BE and 08. RGB value is (160,190,8). Sum of RGB (Red+Green+Blue) = 160+190+8=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE08 is #5F41F7. Grayscale: #A0A0A0. Windows color (decimal): -6242808 or 573088. OLE color: 573088.
HSL color Cylindrical-coordinate representation of color #A0BE08: hue angle of 69.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0BE08 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 8 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.25 |
| HSL | 69.89º | 0.92% | 0.39% | - |
| HSV(B) | 69.89º | 0.96% | 0.75% | - |
| XYZ | 32.95 | 44.32 | 7.05 | - |
| YUV | 160.28 | 42.06 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 8 | 0.16 | 0 | 0.96 | 0.25 | 69.89 | 0.92 | 0.39 |
| Hex | A0 | BE | 8 | 10 | 0 | 60 | 19 | 46 | 5C | 27 |
| Octal | 240 | 276 | 10 | 20 | 0 | 140 | 31 | 106 | 134 | 47 |
| Binary | 10100000 | 10111110 | 1000 | 10000 | 0 | 1100000 | 11001 | 1000110 | 1011100 | 100111 |
Color Harmonies of #A0BE08
Complementary color
Monochromatic Colors of #A0BE08
Black with #A0BE08
Text Example
Text Example
White with #A0BE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE08; }
p { color: rgb(160,190,8); }
H1.HeaderClassName
{
color: #A0BE08;
}
.AnyTagClassName
{
color: #A0BE08;
}
</style>
background-color css
<style>
a { background-color: #A0BE08; }
a { background-color: rgb(160,190,8); }
div.DivClassName
{
background-color: #A0BE08;
}
.BgClassName
{
background-color: #A0BE08;
}
</style>
border-color css
<style>
span { border-color: #A0BE08; }
span { border-color: rgb(160,190,8); }
td.TdClassName
{
border-color: #A0BE08;
}
.TagClassName
{
border-color: #A0BE08;
}
</style>