Shades of Bahia #A0C61A
Tints of Bahia #A0C61A
RGB
CMYK
RGB Variations
Color information
#A0C61A (or 0xA0C61A) is known color: Bahia. HEX triplet: A0, C6 and 1A. RGB value is (160,198,26). Sum of RGB (Red+Green+Blue) = 160+198+26=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C61A is #5F39E5. Grayscale: #A7A7A7. Windows color (decimal): -6240742 or 1754784. OLE color: 1754784.
HSL color Cylindrical-coordinate representation of color #A0C61A: hue angle of 73.26º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0C61A is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 26 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.22 |
| HSL | 73.26º | 0.77% | 0.44% | - |
| HSV(B) | 73.26º | 0.87% | 0.78% | - |
| XYZ | 34.88 | 47.94 | 8.39 | - |
| YUV | 167.03 | 48.41 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 26 | 0.19 | 0 | 0.87 | 0.22 | 73.26 | 0.77 | 0.44 |
| Hex | A0 | C6 | 1A | 13 | 0 | 57 | 16 | 49 | 4D | 2C |
| Octal | 240 | 306 | 32 | 23 | 0 | 127 | 26 | 111 | 115 | 54 |
| Binary | 10100000 | 11000110 | 11010 | 10011 | 0 | 1010111 | 10110 | 1001001 | 1001101 | 101100 |
Color Harmonies of #A0C61A
Complementary color
Monochromatic Colors of #A0C61A
Black with #A0C61A
Text Example
Text Example
White with #A0C61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C61A; }
p { color: rgb(160,198,26); }
H1.HeaderClassName
{
color: #A0C61A;
}
.AnyTagClassName
{
color: #A0C61A;
}
</style>
background-color css
<style>
a { background-color: #A0C61A; }
a { background-color: rgb(160,198,26); }
div.DivClassName
{
background-color: #A0C61A;
}
.BgClassName
{
background-color: #A0C61A;
}
</style>
border-color css
<style>
span { border-color: #A0C61A; }
span { border-color: rgb(160,198,26); }
td.TdClassName
{
border-color: #A0C61A;
}
.TagClassName
{
border-color: #A0C61A;
}
</style>