Shades of Bahia #A0C113
Tints of Bahia #A0C113
RGB
CMYK
RGB Variations
Color information
#A0C113 (or 0xA0C113) is known color: Bahia. HEX triplet: A0, C1 and 13. RGB value is (160,193,19). Sum of RGB (Red+Green+Blue) = 160+193+19=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C113 is #5F3EEC. Grayscale: #A3A3A3. Windows color (decimal): -6242029 or 1294752. OLE color: 1294752.
HSL color Cylindrical-coordinate representation of color #A0C113: hue angle of 71.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0C113 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 19 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.24 |
| HSL | 71.38º | 0.82% | 0.42% | - |
| HSV(B) | 71.38º | 0.9% | 0.76% | - |
| XYZ | 33.68 | 45.66 | 7.65 | - |
| YUV | 163.3 | 46.57 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 19 | 0.17 | 0 | 0.90 | 0.24 | 71.38 | 0.82 | 0.42 |
| Hex | A0 | C1 | 13 | 11 | 0 | 5A | 18 | 47 | 52 | 2A |
| Octal | 240 | 301 | 23 | 21 | 0 | 132 | 30 | 107 | 122 | 52 |
| Binary | 10100000 | 11000001 | 10011 | 10001 | 0 | 1011010 | 11000 | 1000111 | 1010010 | 101010 |
Color Harmonies of #A0C113
Complementary color
Monochromatic Colors of #A0C113
Black with #A0C113
Text Example
Text Example
White with #A0C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C113; }
p { color: rgb(160,193,19); }
H1.HeaderClassName
{
color: #A0C113;
}
.AnyTagClassName
{
color: #A0C113;
}
</style>
background-color css
<style>
a { background-color: #A0C113; }
a { background-color: rgb(160,193,19); }
div.DivClassName
{
background-color: #A0C113;
}
.BgClassName
{
background-color: #A0C113;
}
</style>
border-color css
<style>
span { border-color: #A0C113; }
span { border-color: rgb(160,193,19); }
td.TdClassName
{
border-color: #A0C113;
}
.TagClassName
{
border-color: #A0C113;
}
</style>