Shades of Bahia #A1CA11
Tints of Bahia #A1CA11
RGB
CMYK
RGB Variations
Color information
#A1CA11 (or 0xA1CA11) is known color: Bahia. HEX triplet: A1, CA and 11. RGB value is (161,202,17). Sum of RGB (Red+Green+Blue) = 161+202+17=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA11 is #5E35EE. Grayscale: #A9A9A9. Windows color (decimal): -6174191 or 1165985. OLE color: 1165985.
HSL color Cylindrical-coordinate representation of color #A1CA11: hue angle of 73.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1CA11 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 17 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.21 |
| HSL | 73.3º | 0.84% | 0.43% | - |
| HSV(B) | 73.3º | 0.92% | 0.79% | - |
| XYZ | 35.92 | 49.86 | 8.26 | - |
| YUV | 168.65 | 42.42 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 17 | 0.20 | 0 | 0.92 | 0.21 | 73.3 | 0.84 | 0.43 |
| Hex | A1 | CA | 11 | 14 | 0 | 5C | 15 | 49 | 54 | 2B |
| Octal | 241 | 312 | 21 | 24 | 0 | 134 | 25 | 111 | 124 | 53 |
| Binary | 10100001 | 11001010 | 10001 | 10100 | 0 | 1011100 | 10101 | 1001001 | 1010100 | 101011 |
Color Harmonies of #A1CA11
Complementary color
Monochromatic Colors of #A1CA11
Black with #A1CA11
Text Example
Text Example
White with #A1CA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA11; }
p { color: rgb(161,202,17); }
H1.HeaderClassName
{
color: #A1CA11;
}
.AnyTagClassName
{
color: #A1CA11;
}
</style>
background-color css
<style>
a { background-color: #A1CA11; }
a { background-color: rgb(161,202,17); }
div.DivClassName
{
background-color: #A1CA11;
}
.BgClassName
{
background-color: #A1CA11;
}
</style>
border-color css
<style>
span { border-color: #A1CA11; }
span { border-color: rgb(161,202,17); }
td.TdClassName
{
border-color: #A1CA11;
}
.TagClassName
{
border-color: #A1CA11;
}
</style>