Shades of Bahia #A1C919
Tints of Bahia #A1C919
RGB
CMYK
RGB Variations
Color information
#A1C919 (or 0xA1C919) is known color: Bahia. HEX triplet: A1, C9 and 19. RGB value is (161,201,25). Sum of RGB (Red+Green+Blue) = 161+201+25=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C919 is #5E36E6. Grayscale: #A9A9A9. Windows color (decimal): -6174439 or 1690017. OLE color: 1690017.
HSL color Cylindrical-coordinate representation of color #A1C919: hue angle of 73.64º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1C919 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 25 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.21 |
| HSL | 73.64º | 0.78% | 0.44% | - |
| HSV(B) | 73.64º | 0.88% | 0.79% | - |
| XYZ | 35.76 | 49.42 | 8.57 | - |
| YUV | 168.98 | 46.75 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 25 | 0.20 | 0 | 0.88 | 0.21 | 73.64 | 0.78 | 0.44 |
| Hex | A1 | C9 | 19 | 14 | 0 | 58 | 15 | 4A | 4E | 2C |
| Octal | 241 | 311 | 31 | 24 | 0 | 130 | 25 | 112 | 116 | 54 |
| Binary | 10100001 | 11001001 | 11001 | 10100 | 0 | 1011000 | 10101 | 1001010 | 1001110 | 101100 |
Color Harmonies of #A1C919
Complementary color
Monochromatic Colors of #A1C919
Black with #A1C919
Text Example
Text Example
White with #A1C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C919; }
p { color: rgb(161,201,25); }
H1.HeaderClassName
{
color: #A1C919;
}
.AnyTagClassName
{
color: #A1C919;
}
</style>
background-color css
<style>
a { background-color: #A1C919; }
a { background-color: rgb(161,201,25); }
div.DivClassName
{
background-color: #A1C919;
}
.BgClassName
{
background-color: #A1C919;
}
</style>
border-color css
<style>
span { border-color: #A1C919; }
span { border-color: rgb(161,201,25); }
td.TdClassName
{
border-color: #A1C919;
}
.TagClassName
{
border-color: #A1C919;
}
</style>