Shades of Bahia #A0C116
Tints of Bahia #A0C116
RGB
CMYK
RGB Variations
Color information
#A0C116 (or 0xA0C116) is known color: Bahia. HEX triplet: A0, C1 and 16. RGB value is (160,193,22). Sum of RGB (Red+Green+Blue) = 160+193+22=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C116 is #5F3EE9. Grayscale: #A4A4A4. Windows color (decimal): -6242026 or 1491360. OLE color: 1491360.
HSL color Cylindrical-coordinate representation of color #A0C116: hue angle of 71.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0C116 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 22 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.24 |
| HSL | 71.58º | 0.8% | 0.42% | - |
| HSV(B) | 71.58º | 0.89% | 0.76% | - |
| XYZ | 33.71 | 45.67 | 7.8 | - |
| YUV | 163.64 | 48.07 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 22 | 0.17 | 0 | 0.89 | 0.24 | 71.58 | 0.8 | 0.42 |
| Hex | A0 | C1 | 16 | 11 | 0 | 59 | 18 | 48 | 50 | 2A |
| Octal | 240 | 301 | 26 | 21 | 0 | 131 | 30 | 110 | 120 | 52 |
| Binary | 10100000 | 11000001 | 10110 | 10001 | 0 | 1011001 | 11000 | 1001000 | 1010000 | 101010 |
Color Harmonies of #A0C116
Complementary color
Monochromatic Colors of #A0C116
Black with #A0C116
Text Example
Text Example
White with #A0C116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C116; }
p { color: rgb(160,193,22); }
H1.HeaderClassName
{
color: #A0C116;
}
.AnyTagClassName
{
color: #A0C116;
}
</style>
background-color css
<style>
a { background-color: #A0C116; }
a { background-color: rgb(160,193,22); }
div.DivClassName
{
background-color: #A0C116;
}
.BgClassName
{
background-color: #A0C116;
}
</style>
border-color css
<style>
span { border-color: #A0C116; }
span { border-color: rgb(160,193,22); }
td.TdClassName
{
border-color: #A0C116;
}
.TagClassName
{
border-color: #A0C116;
}
</style>