Shades of Citrus #A0BC09
Tints of Citrus #A0BC09
RGB
CMYK
RGB Variations
Color information
#A0BC09 (or 0xA0BC09) is known color: Citrus. HEX triplet: A0, BC and 09. RGB value is (160,188,9). Sum of RGB (Red+Green+Blue) = 160+188+9=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC09 is #5F43F6. Grayscale: #9F9F9F. Windows color (decimal): -6243319 or 638112. OLE color: 638112.
HSL color Cylindrical-coordinate representation of color #A0BC09: hue angle of 69.39º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0BC09 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 9 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.26 |
| HSL | 69.39º | 0.91% | 0.39% | - |
| HSV(B) | 69.39º | 0.95% | 0.74% | - |
| XYZ | 32.53 | 43.46 | 6.93 | - |
| YUV | 159.22 | 43.22 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 9 | 0.15 | 0 | 0.95 | 0.26 | 69.39 | 0.91 | 0.39 |
| Hex | A0 | BC | 9 | F | 0 | 5F | 1A | 45 | 5B | 27 |
| Octal | 240 | 274 | 11 | 17 | 0 | 137 | 32 | 105 | 133 | 47 |
| Binary | 10100000 | 10111100 | 1001 | 1111 | 0 | 1011111 | 11010 | 1000101 | 1011011 | 100111 |
Color Harmonies of #A0BC09
Complementary color
Monochromatic Colors of #A0BC09
Black with #A0BC09
Text Example
Text Example
White with #A0BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC09; }
p { color: rgb(160,188,9); }
H1.HeaderClassName
{
color: #A0BC09;
}
.AnyTagClassName
{
color: #A0BC09;
}
</style>
background-color css
<style>
a { background-color: #A0BC09; }
a { background-color: rgb(160,188,9); }
div.DivClassName
{
background-color: #A0BC09;
}
.BgClassName
{
background-color: #A0BC09;
}
</style>
border-color css
<style>
span { border-color: #A0BC09; }
span { border-color: rgb(160,188,9); }
td.TdClassName
{
border-color: #A0BC09;
}
.TagClassName
{
border-color: #A0BC09;
}
</style>