Shades of Bahia #A0C11A
Tints of Bahia #A0C11A
RGB
CMYK
RGB Variations
Color information
#A0C11A (or 0xA0C11A) is known color: Bahia. HEX triplet: A0, C1 and 1A. RGB value is (160,193,26). Sum of RGB (Red+Green+Blue) = 160+193+26=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C11A is #5F3EE5. Grayscale: #A4A4A4. Windows color (decimal): -6242022 or 1753504. OLE color: 1753504.
HSL color Cylindrical-coordinate representation of color #A0C11A: hue angle of 71.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0C11A is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 26 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.24 |
| HSL | 71.86º | 0.76% | 0.43% | - |
| HSV(B) | 71.86º | 0.87% | 0.76% | - |
| XYZ | 33.75 | 45.69 | 8.02 | - |
| YUV | 164.1 | 50.07 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 26 | 0.17 | 0 | 0.87 | 0.24 | 71.86 | 0.76 | 0.43 |
| Hex | A0 | C1 | 1A | 11 | 0 | 57 | 18 | 48 | 4C | 2B |
| Octal | 240 | 301 | 32 | 21 | 0 | 127 | 30 | 110 | 114 | 53 |
| Binary | 10100000 | 11000001 | 11010 | 10001 | 0 | 1010111 | 11000 | 1001000 | 1001100 | 101011 |
Color Harmonies of #A0C11A
Complementary color
Monochromatic Colors of #A0C11A
Black with #A0C11A
Text Example
Text Example
White with #A0C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C11A; }
p { color: rgb(160,193,26); }
H1.HeaderClassName
{
color: #A0C11A;
}
.AnyTagClassName
{
color: #A0C11A;
}
</style>
background-color css
<style>
a { background-color: #A0C11A; }
a { background-color: rgb(160,193,26); }
div.DivClassName
{
background-color: #A0C11A;
}
.BgClassName
{
background-color: #A0C11A;
}
</style>
border-color css
<style>
span { border-color: #A0C11A; }
span { border-color: rgb(160,193,26); }
td.TdClassName
{
border-color: #A0C11A;
}
.TagClassName
{
border-color: #A0C11A;
}
</style>