Shades of Bahia #A0C014
Tints of Bahia #A0C014
RGB
CMYK
RGB Variations
Color information
#A0C014 (or 0xA0C014) is known color: Bahia. HEX triplet: A0, C0 and 14. RGB value is (160,192,20). Sum of RGB (Red+Green+Blue) = 160+192+20=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C014 is #5F3FEB. Grayscale: #A3A3A3. Windows color (decimal): -6242284 or 1360032. OLE color: 1360032.
HSL color Cylindrical-coordinate representation of color #A0C014: hue angle of 71.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0C014 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 20 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.25 |
| HSL | 71.16º | 0.81% | 0.42% | - |
| HSV(B) | 71.16º | 0.9% | 0.75% | - |
| XYZ | 33.47 | 45.22 | 7.63 | - |
| YUV | 162.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 20 | 0.17 | 0 | 0.90 | 0.25 | 71.16 | 0.81 | 0.42 |
| Hex | A0 | C0 | 14 | 11 | 0 | 5A | 19 | 47 | 51 | 2A |
| Octal | 240 | 300 | 24 | 21 | 0 | 132 | 31 | 107 | 121 | 52 |
| Binary | 10100000 | 11000000 | 10100 | 10001 | 0 | 1011010 | 11001 | 1000111 | 1010001 | 101010 |
Color Harmonies of #A0C014
Complementary color
Monochromatic Colors of #A0C014
Black with #A0C014
Text Example
Text Example
White with #A0C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C014; }
p { color: rgb(160,192,20); }
H1.HeaderClassName
{
color: #A0C014;
}
.AnyTagClassName
{
color: #A0C014;
}
</style>
background-color css
<style>
a { background-color: #A0C014; }
a { background-color: rgb(160,192,20); }
div.DivClassName
{
background-color: #A0C014;
}
.BgClassName
{
background-color: #A0C014;
}
</style>
border-color css
<style>
span { border-color: #A0C014; }
span { border-color: rgb(160,192,20); }
td.TdClassName
{
border-color: #A0C014;
}
.TagClassName
{
border-color: #A0C014;
}
</style>