Shades of Bahia #A0C71A
Tints of Bahia #A0C71A
RGB
CMYK
RGB Variations
Color information
#A0C71A (or 0xA0C71A) is known color: Bahia. HEX triplet: A0, C7 and 1A. RGB value is (160,199,26). Sum of RGB (Red+Green+Blue) = 160+199+26=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C71A is #5F38E5. Grayscale: #A8A8A8. Windows color (decimal): -6240486 or 1755040. OLE color: 1755040.
HSL color Cylindrical-coordinate representation of color #A0C71A: hue angle of 73.53º 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 #A0C71A is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 26 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.22 |
| HSL | 73.53º | 0.77% | 0.44% | - |
| HSV(B) | 73.53º | 0.87% | 0.78% | - |
| XYZ | 35.11 | 48.4 | 8.47 | - |
| YUV | 167.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 26 | 0.20 | 0 | 0.87 | 0.22 | 73.53 | 0.77 | 0.44 |
| Hex | A0 | C7 | 1A | 14 | 0 | 57 | 16 | 4A | 4D | 2C |
| Octal | 240 | 307 | 32 | 24 | 0 | 127 | 26 | 112 | 115 | 54 |
| Binary | 10100000 | 11000111 | 11010 | 10100 | 0 | 1010111 | 10110 | 1001010 | 1001101 | 101100 |
Color Harmonies of #A0C71A
Complementary color
Monochromatic Colors of #A0C71A
Black with #A0C71A
Text Example
Text Example
White with #A0C71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C71A; }
p { color: rgb(160,199,26); }
H1.HeaderClassName
{
color: #A0C71A;
}
.AnyTagClassName
{
color: #A0C71A;
}
</style>
background-color css
<style>
a { background-color: #A0C71A; }
a { background-color: rgb(160,199,26); }
div.DivClassName
{
background-color: #A0C71A;
}
.BgClassName
{
background-color: #A0C71A;
}
</style>
border-color css
<style>
span { border-color: #A0C71A; }
span { border-color: rgb(160,199,26); }
td.TdClassName
{
border-color: #A0C71A;
}
.TagClassName
{
border-color: #A0C71A;
}
</style>