Shades of Citrus #A0BF09
Tints of Citrus #A0BF09
RGB
CMYK
RGB Variations
Color information
#A0BF09 (or 0xA0BF09) is known color: Citrus. HEX triplet: A0, BF and 09. RGB value is (160,191,9). Sum of RGB (Red+Green+Blue) = 160+191+9=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF09 is #5F40F6. Grayscale: #A1A1A1. Windows color (decimal): -6242551 or 638880. OLE color: 638880.
HSL color Cylindrical-coordinate representation of color #A0BF09: hue angle of 70.22º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0BF09 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 9 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.25 |
| HSL | 70.22º | 0.91% | 0.39% | - |
| HSV(B) | 70.22º | 0.95% | 0.75% | - |
| XYZ | 33.18 | 44.75 | 7.15 | - |
| YUV | 160.98 | 42.23 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 9 | 0.16 | 0 | 0.95 | 0.25 | 70.22 | 0.91 | 0.39 |
| Hex | A0 | BF | 9 | 10 | 0 | 5F | 19 | 46 | 5B | 27 |
| Octal | 240 | 277 | 11 | 20 | 0 | 137 | 31 | 106 | 133 | 47 |
| Binary | 10100000 | 10111111 | 1001 | 10000 | 0 | 1011111 | 11001 | 1000110 | 1011011 | 100111 |
Color Harmonies of #A0BF09
Complementary color
Monochromatic Colors of #A0BF09
Black with #A0BF09
Text Example
Text Example
White with #A0BF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF09; }
p { color: rgb(160,191,9); }
H1.HeaderClassName
{
color: #A0BF09;
}
.AnyTagClassName
{
color: #A0BF09;
}
</style>
background-color css
<style>
a { background-color: #A0BF09; }
a { background-color: rgb(160,191,9); }
div.DivClassName
{
background-color: #A0BF09;
}
.BgClassName
{
background-color: #A0BF09;
}
</style>
border-color css
<style>
span { border-color: #A0BF09; }
span { border-color: rgb(160,191,9); }
td.TdClassName
{
border-color: #A0BF09;
}
.TagClassName
{
border-color: #A0BF09;
}
</style>