Shades of Citrus #A0BC02
Tints of Citrus #A0BC02
RGB
CMYK
RGB Variations
Color information
#A0BC02 (or 0xA0BC02) is known color: Citrus. HEX triplet: A0, BC and 02. RGB value is (160,188,2). Sum of RGB (Red+Green+Blue) = 160+188+2=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC02 is #5F43FD. Grayscale: #9F9F9F. Windows color (decimal): -6243326 or 179360. OLE color: 179360.
HSL color Cylindrical-coordinate representation of color #A0BC02: hue angle of 69.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0BC02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.26 |
| HSL | 69.03º | 0.98% | 0.37% | - |
| HSV(B) | 69.03º | 0.99% | 0.74% | - |
| XYZ | 32.49 | 43.44 | 6.73 | - |
| YUV | 158.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 2 | 0.15 | 0 | 0.99 | 0.26 | 69.03 | 0.98 | 0.37 |
| Hex | A0 | BC | 2 | F | 0 | 63 | 1A | 45 | 62 | 25 |
| Octal | 240 | 274 | 2 | 17 | 0 | 143 | 32 | 105 | 142 | 45 |
| Binary | 10100000 | 10111100 | 10 | 1111 | 0 | 1100011 | 11010 | 1000101 | 1100010 | 100101 |
Color Harmonies of #A0BC02
Complementary color
Monochromatic Colors of #A0BC02
Black with #A0BC02
Text Example
Text Example
White with #A0BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC02; }
p { color: rgb(160,188,2); }
H1.HeaderClassName
{
color: #A0BC02;
}
.AnyTagClassName
{
color: #A0BC02;
}
</style>
background-color css
<style>
a { background-color: #A0BC02; }
a { background-color: rgb(160,188,2); }
div.DivClassName
{
background-color: #A0BC02;
}
.BgClassName
{
background-color: #A0BC02;
}
</style>
border-color css
<style>
span { border-color: #A0BC02; }
span { border-color: rgb(160,188,2); }
td.TdClassName
{
border-color: #A0BC02;
}
.TagClassName
{
border-color: #A0BC02;
}
</style>