Shades of Bahia #A1C510
Tints of Bahia #A1C510
RGB
CMYK
RGB Variations
Color information
#A1C510 (or 0xA1C510) is known color: Bahia. HEX triplet: A1, C5 and 10. RGB value is (161,197,16). Sum of RGB (Red+Green+Blue) = 161+197+16=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C510 is #5E3AEF. Grayscale: #A6A6A6. Windows color (decimal): -6175472 or 1099169. OLE color: 1099169.
HSL color Cylindrical-coordinate representation of color #A1C510: hue angle of 71.93º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1C510 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 16 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.23 |
| HSL | 71.93º | 0.85% | 0.42% | - |
| HSV(B) | 71.93º | 0.92% | 0.77% | - |
| XYZ | 34.76 | 47.55 | 7.84 | - |
| YUV | 165.6 | 43.57 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 16 | 0.18 | 0 | 0.92 | 0.23 | 71.93 | 0.85 | 0.42 |
| Hex | A1 | C5 | 10 | 12 | 0 | 5C | 17 | 48 | 55 | 2A |
| Octal | 241 | 305 | 20 | 22 | 0 | 134 | 27 | 110 | 125 | 52 |
| Binary | 10100001 | 11000101 | 10000 | 10010 | 0 | 1011100 | 10111 | 1001000 | 1010101 | 101010 |
Color Harmonies of #A1C510
Complementary color
Monochromatic Colors of #A1C510
Black with #A1C510
Text Example
Text Example
White with #A1C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C510; }
p { color: rgb(161,197,16); }
H1.HeaderClassName
{
color: #A1C510;
}
.AnyTagClassName
{
color: #A1C510;
}
</style>
background-color css
<style>
a { background-color: #A1C510; }
a { background-color: rgb(161,197,16); }
div.DivClassName
{
background-color: #A1C510;
}
.BgClassName
{
background-color: #A1C510;
}
</style>
border-color css
<style>
span { border-color: #A1C510; }
span { border-color: rgb(161,197,16); }
td.TdClassName
{
border-color: #A1C510;
}
.TagClassName
{
border-color: #A1C510;
}
</style>