Shades of Bahia #A1C914
Tints of Bahia #A1C914
RGB
CMYK
RGB Variations
Color information
#A1C914 (or 0xA1C914) is known color: Bahia. HEX triplet: A1, C9 and 14. RGB value is (161,201,20). Sum of RGB (Red+Green+Blue) = 161+201+20=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C914 is #5E36EB. Grayscale: #A9A9A9. Windows color (decimal): -6174444 or 1362337. OLE color: 1362337.
HSL color Cylindrical-coordinate representation of color #A1C914: hue angle of 73.26º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1C914 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 201 | 20 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.21 |
| HSL | 73.26º | 0.82% | 0.43% | - |
| HSV(B) | 73.26º | 0.9% | 0.79% | - |
| XYZ | 35.71 | 49.4 | 8.31 | - |
| YUV | 168.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 20 | 0.20 | 0 | 0.90 | 0.21 | 73.26 | 0.82 | 0.43 |
| Hex | A1 | C9 | 14 | 14 | 0 | 5A | 15 | 49 | 52 | 2B |
| Octal | 241 | 311 | 24 | 24 | 0 | 132 | 25 | 111 | 122 | 53 |
| Binary | 10100001 | 11001001 | 10100 | 10100 | 0 | 1011010 | 10101 | 1001001 | 1010010 | 101011 |
Color Harmonies of #A1C914
Complementary color
Monochromatic Colors of #A1C914
Black with #A1C914
Text Example
Text Example
White with #A1C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C914; }
p { color: rgb(161,201,20); }
H1.HeaderClassName
{
color: #A1C914;
}
.AnyTagClassName
{
color: #A1C914;
}
</style>
background-color css
<style>
a { background-color: #A1C914; }
a { background-color: rgb(161,201,20); }
div.DivClassName
{
background-color: #A1C914;
}
.BgClassName
{
background-color: #A1C914;
}
</style>
border-color css
<style>
span { border-color: #A1C914; }
span { border-color: rgb(161,201,20); }
td.TdClassName
{
border-color: #A1C914;
}
.TagClassName
{
border-color: #A1C914;
}
</style>