Shades of Bahia #A1CA20
Tints of Bahia #A1CA20
RGB
CMYK
RGB Variations
Color information
#A1CA20 (or 0xA1CA20) is known color: Bahia. HEX triplet: A1, CA and 20. RGB value is (161,202,32). Sum of RGB (Red+Green+Blue) = 161+202+32=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA20 is #5E35DF. Grayscale: #ABABAB. Windows color (decimal): -6174176 or 2149025. OLE color: 2149025.
HSL color Cylindrical-coordinate representation of color #A1CA20: hue angle of 74.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1CA20 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 32 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.21 |
| HSL | 74.47º | 0.73% | 0.46% | - |
| HSV(B) | 74.47º | 0.84% | 0.79% | - |
| XYZ | 36.08 | 49.92 | 9.1 | - |
| YUV | 170.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 32 | 0.20 | 0 | 0.84 | 0.21 | 74.47 | 0.73 | 0.46 |
| Hex | A1 | CA | 20 | 14 | 0 | 54 | 15 | 4A | 49 | 2E |
| Octal | 241 | 312 | 40 | 24 | 0 | 124 | 25 | 112 | 111 | 56 |
| Binary | 10100001 | 11001010 | 100000 | 10100 | 0 | 1010100 | 10101 | 1001010 | 1001001 | 101110 |
Color Harmonies of #A1CA20
Complementary color
Monochromatic Colors of #A1CA20
Black with #A1CA20
Text Example
Text Example
White with #A1CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA20; }
p { color: rgb(161,202,32); }
H1.HeaderClassName
{
color: #A1CA20;
}
.AnyTagClassName
{
color: #A1CA20;
}
</style>
background-color css
<style>
a { background-color: #A1CA20; }
a { background-color: rgb(161,202,32); }
div.DivClassName
{
background-color: #A1CA20;
}
.BgClassName
{
background-color: #A1CA20;
}
</style>
border-color css
<style>
span { border-color: #A1CA20; }
span { border-color: rgb(161,202,32); }
td.TdClassName
{
border-color: #A1CA20;
}
.TagClassName
{
border-color: #A1CA20;
}
</style>