Shades of Bahia #A0C91F
Tints of Bahia #A0C91F
RGB
CMYK
RGB Variations
Color information
#A0C91F (or 0xA0C91F) is known color: Bahia. HEX triplet: A0, C9 and 1F. RGB value is (160,201,31). Sum of RGB (Red+Green+Blue) = 160+201+31=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C91F is #5F36E0. Grayscale: #A9A9A9. Windows color (decimal): -6239969 or 2083232. OLE color: 2083232.
HSL color Cylindrical-coordinate representation of color #A0C91F: hue angle of 74.47º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0C91F is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 31 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.21 |
| HSL | 74.47º | 0.73% | 0.45% | - |
| HSV(B) | 74.47º | 0.85% | 0.79% | - |
| XYZ | 35.63 | 49.35 | 8.94 | - |
| YUV | 169.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 31 | 0.20 | 0 | 0.85 | 0.21 | 74.47 | 0.73 | 0.45 |
| Hex | A0 | C9 | 1F | 14 | 0 | 55 | 15 | 4A | 49 | 2D |
| Octal | 240 | 311 | 37 | 24 | 0 | 125 | 25 | 112 | 111 | 55 |
| Binary | 10100000 | 11001001 | 11111 | 10100 | 0 | 1010101 | 10101 | 1001010 | 1001001 | 101101 |
Color Harmonies of #A0C91F
Complementary color
Monochromatic Colors of #A0C91F
Black with #A0C91F
Text Example
Text Example
White with #A0C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C91F; }
p { color: rgb(160,201,31); }
H1.HeaderClassName
{
color: #A0C91F;
}
.AnyTagClassName
{
color: #A0C91F;
}
</style>
background-color css
<style>
a { background-color: #A0C91F; }
a { background-color: rgb(160,201,31); }
div.DivClassName
{
background-color: #A0C91F;
}
.BgClassName
{
background-color: #A0C91F;
}
</style>
border-color css
<style>
span { border-color: #A0C91F; }
span { border-color: rgb(160,201,31); }
td.TdClassName
{
border-color: #A0C91F;
}
.TagClassName
{
border-color: #A0C91F;
}
</style>