Shades of Bahia #A1CA1C
Tints of Bahia #A1CA1C
RGB
CMYK
RGB Variations
Color information
#A1CA1C (or 0xA1CA1C) is known color: Bahia. HEX triplet: A1, CA and 1C. RGB value is (161,202,28). Sum of RGB (Red+Green+Blue) = 161+202+28=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA1C is #5E35E3. Grayscale: #AAAAAA. Windows color (decimal): -6174180 or 1886881. OLE color: 1886881.
HSL color Cylindrical-coordinate representation of color #A1CA1C: hue angle of 74.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1CA1C is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 28 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.21 |
| HSL | 74.14º | 0.76% | 0.45% | - |
| HSV(B) | 74.14º | 0.86% | 0.79% | - |
| XYZ | 36.03 | 49.9 | 8.83 | - |
| YUV | 169.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 28 | 0.20 | 0 | 0.86 | 0.21 | 74.14 | 0.76 | 0.45 |
| Hex | A1 | CA | 1C | 14 | 0 | 56 | 15 | 4A | 4C | 2D |
| Octal | 241 | 312 | 34 | 24 | 0 | 126 | 25 | 112 | 114 | 55 |
| Binary | 10100001 | 11001010 | 11100 | 10100 | 0 | 1010110 | 10101 | 1001010 | 1001100 | 101101 |
Color Harmonies of #A1CA1C
Complementary color
Monochromatic Colors of #A1CA1C
Black with #A1CA1C
Text Example
Text Example
White with #A1CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA1C; }
p { color: rgb(161,202,28); }
H1.HeaderClassName
{
color: #A1CA1C;
}
.AnyTagClassName
{
color: #A1CA1C;
}
</style>
background-color css
<style>
a { background-color: #A1CA1C; }
a { background-color: rgb(161,202,28); }
div.DivClassName
{
background-color: #A1CA1C;
}
.BgClassName
{
background-color: #A1CA1C;
}
</style>
border-color css
<style>
span { border-color: #A1CA1C; }
span { border-color: rgb(161,202,28); }
td.TdClassName
{
border-color: #A1CA1C;
}
.TagClassName
{
border-color: #A1CA1C;
}
</style>