Shades of Citrus #A0BE13
Tints of Citrus #A0BE13
RGB
CMYK
RGB Variations
Color information
#A0BE13 (or 0xA0BE13) is known color: Citrus. HEX triplet: A0, BE and 13. RGB value is (160,190,19). Sum of RGB (Red+Green+Blue) = 160+190+19=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE13 is #5F41EC. Grayscale: #A2A2A2. Windows color (decimal): -6242797 or 1293984. OLE color: 1293984.
HSL color Cylindrical-coordinate representation of color #A0BE13: hue angle of 70.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0BE13 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 19 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.25 |
| HSL | 70.53º | 0.82% | 0.41% | - |
| HSV(B) | 70.53º | 0.9% | 0.75% | - |
| XYZ | 33.03 | 44.35 | 7.44 | - |
| YUV | 161.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 19 | 0.16 | 0 | 0.90 | 0.25 | 70.53 | 0.82 | 0.41 |
| Hex | A0 | BE | 13 | 10 | 0 | 5A | 19 | 47 | 52 | 29 |
| Octal | 240 | 276 | 23 | 20 | 0 | 132 | 31 | 107 | 122 | 51 |
| Binary | 10100000 | 10111110 | 10011 | 10000 | 0 | 1011010 | 11001 | 1000111 | 1010010 | 101001 |
Color Harmonies of #A0BE13
Complementary color
Monochromatic Colors of #A0BE13
Black with #A0BE13
Text Example
Text Example
White with #A0BE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BE13; }
p { color: rgb(160,190,19); }
H1.HeaderClassName
{
color: #A0BE13;
}
.AnyTagClassName
{
color: #A0BE13;
}
</style>
background-color css
<style>
a { background-color: #A0BE13; }
a { background-color: rgb(160,190,19); }
div.DivClassName
{
background-color: #A0BE13;
}
.BgClassName
{
background-color: #A0BE13;
}
</style>
border-color css
<style>
span { border-color: #A0BE13; }
span { border-color: rgb(160,190,19); }
td.TdClassName
{
border-color: #A0BE13;
}
.TagClassName
{
border-color: #A0BE13;
}
</style>