Shades of Bahia #A1C918
Tints of Bahia #A1C918
RGB
CMYK
RGB Variations
Color information
#A1C918 (or 0xA1C918) is known color: Bahia. HEX triplet: A1, C9 and 18. RGB value is (161,201,24). Sum of RGB (Red+Green+Blue) = 161+201+24=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C918 is #5E36E7. Grayscale: #A9A9A9. Windows color (decimal): -6174440 or 1624481. OLE color: 1624481.
HSL color Cylindrical-coordinate representation of color #A1C918: hue angle of 73.56º degrees, saturation: 0.79, 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 #A1C918 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 24 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.21 |
| HSL | 73.56º | 0.79% | 0.44% | - |
| HSV(B) | 73.56º | 0.88% | 0.79% | - |
| XYZ | 35.75 | 49.42 | 8.52 | - |
| YUV | 168.86 | 46.25 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 24 | 0.20 | 0 | 0.88 | 0.21 | 73.56 | 0.79 | 0.44 |
| Hex | A1 | C9 | 18 | 14 | 0 | 58 | 15 | 4A | 4F | 2C |
| Octal | 241 | 311 | 30 | 24 | 0 | 130 | 25 | 112 | 117 | 54 |
| Binary | 10100001 | 11001001 | 11000 | 10100 | 0 | 1011000 | 10101 | 1001010 | 1001111 | 101100 |
Color Harmonies of #A1C918
Complementary color
Monochromatic Colors of #A1C918
Black with #A1C918
Text Example
Text Example
White with #A1C918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C918; }
p { color: rgb(161,201,24); }
H1.HeaderClassName
{
color: #A1C918;
}
.AnyTagClassName
{
color: #A1C918;
}
</style>
background-color css
<style>
a { background-color: #A1C918; }
a { background-color: rgb(161,201,24); }
div.DivClassName
{
background-color: #A1C918;
}
.BgClassName
{
background-color: #A1C918;
}
</style>
border-color css
<style>
span { border-color: #A1C918; }
span { border-color: rgb(161,201,24); }
td.TdClassName
{
border-color: #A1C918;
}
.TagClassName
{
border-color: #A1C918;
}
</style>