Shades of Bahia #A0C71F
Tints of Bahia #A0C71F
RGB
CMYK
RGB Variations
Color information
#A0C71F (or 0xA0C71F) is known color: Bahia. HEX triplet: A0, C7 and 1F. RGB value is (160,199,31). Sum of RGB (Red+Green+Blue) = 160+199+31=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C71F is #5F38E0. Grayscale: #A8A8A8. Windows color (decimal): -6240481 or 2082720. OLE color: 2082720.
HSL color Cylindrical-coordinate representation of color #A0C71F: hue angle of 73.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0C71F is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 31 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.22 |
| HSL | 73.93º | 0.73% | 0.45% | - |
| HSV(B) | 73.93º | 0.84% | 0.78% | - |
| XYZ | 35.17 | 48.42 | 8.79 | - |
| YUV | 168.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 31 | 0.20 | 0 | 0.84 | 0.22 | 73.93 | 0.73 | 0.45 |
| Hex | A0 | C7 | 1F | 14 | 0 | 54 | 16 | 4A | 49 | 2D |
| Octal | 240 | 307 | 37 | 24 | 0 | 124 | 26 | 112 | 111 | 55 |
| Binary | 10100000 | 11000111 | 11111 | 10100 | 0 | 1010100 | 10110 | 1001010 | 1001001 | 101101 |
Color Harmonies of #A0C71F
Complementary color
Monochromatic Colors of #A0C71F
Black with #A0C71F
Text Example
Text Example
White with #A0C71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C71F; }
p { color: rgb(160,199,31); }
H1.HeaderClassName
{
color: #A0C71F;
}
.AnyTagClassName
{
color: #A0C71F;
}
</style>
background-color css
<style>
a { background-color: #A0C71F; }
a { background-color: rgb(160,199,31); }
div.DivClassName
{
background-color: #A0C71F;
}
.BgClassName
{
background-color: #A0C71F;
}
</style>
border-color css
<style>
span { border-color: #A0C71F; }
span { border-color: rgb(160,199,31); }
td.TdClassName
{
border-color: #A0C71F;
}
.TagClassName
{
border-color: #A0C71F;
}
</style>