Shades of Bahia #A0C120
Tints of Bahia #A0C120
RGB
CMYK
RGB Variations
Color information
#A0C120 (or 0xA0C120) is known color: Bahia. HEX triplet: A0, C1 and 20. RGB value is (160,193,32). Sum of RGB (Red+Green+Blue) = 160+193+32=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C120 is #5F3EDF. Grayscale: #A5A5A5. Windows color (decimal): -6242016 or 2146720. OLE color: 2146720.
HSL color Cylindrical-coordinate representation of color #A0C120: hue angle of 72.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0C120 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 32 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.24 |
| HSL | 72.3º | 0.72% | 0.44% | - |
| HSV(B) | 72.3º | 0.83% | 0.76% | - |
| XYZ | 33.83 | 45.72 | 8.41 | - |
| YUV | 164.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 32 | 0.17 | 0 | 0.83 | 0.24 | 72.3 | 0.72 | 0.44 |
| Hex | A0 | C1 | 20 | 11 | 0 | 53 | 18 | 48 | 48 | 2C |
| Octal | 240 | 301 | 40 | 21 | 0 | 123 | 30 | 110 | 110 | 54 |
| Binary | 10100000 | 11000001 | 100000 | 10001 | 0 | 1010011 | 11000 | 1001000 | 1001000 | 101100 |
Color Harmonies of #A0C120
Complementary color
Monochromatic Colors of #A0C120
Black with #A0C120
Text Example
Text Example
White with #A0C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C120; }
p { color: rgb(160,193,32); }
H1.HeaderClassName
{
color: #A0C120;
}
.AnyTagClassName
{
color: #A0C120;
}
</style>
background-color css
<style>
a { background-color: #A0C120; }
a { background-color: rgb(160,193,32); }
div.DivClassName
{
background-color: #A0C120;
}
.BgClassName
{
background-color: #A0C120;
}
</style>
border-color css
<style>
span { border-color: #A0C120; }
span { border-color: rgb(160,193,32); }
td.TdClassName
{
border-color: #A0C120;
}
.TagClassName
{
border-color: #A0C120;
}
</style>