Shades of Bahia #A1C710
Tints of Bahia #A1C710
RGB
CMYK
RGB Variations
Color information
#A1C710 (or 0xA1C710) is known color: Bahia. HEX triplet: A1, C7 and 10. RGB value is (161,199,16). Sum of RGB (Red+Green+Blue) = 161+199+16=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C710 is #5E38EF. Grayscale: #A7A7A7. Windows color (decimal): -6174960 or 1099681. OLE color: 1099681.
HSL color Cylindrical-coordinate representation of color #A1C710: hue angle of 72.46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1C710 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 199 | 16 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.22 |
| HSL | 72.46º | 0.85% | 0.42% | - |
| HSV(B) | 72.46º | 0.92% | 0.78% | - |
| XYZ | 35.21 | 48.46 | 7.99 | - |
| YUV | 166.78 | 42.91 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 16 | 0.19 | 0 | 0.92 | 0.22 | 72.46 | 0.85 | 0.42 |
| Hex | A1 | C7 | 10 | 13 | 0 | 5C | 16 | 48 | 55 | 2A |
| Octal | 241 | 307 | 20 | 23 | 0 | 134 | 26 | 110 | 125 | 52 |
| Binary | 10100001 | 11000111 | 10000 | 10011 | 0 | 1011100 | 10110 | 1001000 | 1010101 | 101010 |
Color Harmonies of #A1C710
Complementary color
Monochromatic Colors of #A1C710
Black with #A1C710
Text Example
Text Example
White with #A1C710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C710; }
p { color: rgb(161,199,16); }
H1.HeaderClassName
{
color: #A1C710;
}
.AnyTagClassName
{
color: #A1C710;
}
</style>
background-color css
<style>
a { background-color: #A1C710; }
a { background-color: rgb(161,199,16); }
div.DivClassName
{
background-color: #A1C710;
}
.BgClassName
{
background-color: #A1C710;
}
</style>
border-color css
<style>
span { border-color: #A1C710; }
span { border-color: rgb(161,199,16); }
td.TdClassName
{
border-color: #A1C710;
}
.TagClassName
{
border-color: #A1C710;
}
</style>