Shades of Bahia #A1CA12
Tints of Bahia #A1CA12
RGB
CMYK
RGB Variations
Color information
#A1CA12 (or 0xA1CA12) is known color: Bahia. HEX triplet: A1, CA and 12. RGB value is (161,202,18). Sum of RGB (Red+Green+Blue) = 161+202+18=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA12 is #5E35ED. Grayscale: #A9A9A9. Windows color (decimal): -6174190 or 1231521. OLE color: 1231521.
HSL color Cylindrical-coordinate representation of color #A1CA12: hue angle of 73.37º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1CA12 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 18 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.21 |
| HSL | 73.37º | 0.84% | 0.43% | - |
| HSV(B) | 73.37º | 0.91% | 0.79% | - |
| XYZ | 35.93 | 49.86 | 8.3 | - |
| YUV | 168.77 | 42.92 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 18 | 0.20 | 0 | 0.91 | 0.21 | 73.37 | 0.84 | 0.43 |
| Hex | A1 | CA | 12 | 14 | 0 | 5B | 15 | 49 | 54 | 2B |
| Octal | 241 | 312 | 22 | 24 | 0 | 133 | 25 | 111 | 124 | 53 |
| Binary | 10100001 | 11001010 | 10010 | 10100 | 0 | 1011011 | 10101 | 1001001 | 1010100 | 101011 |
Color Harmonies of #A1CA12
Complementary color
Monochromatic Colors of #A1CA12
Black with #A1CA12
Text Example
Text Example
White with #A1CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA12; }
p { color: rgb(161,202,18); }
H1.HeaderClassName
{
color: #A1CA12;
}
.AnyTagClassName
{
color: #A1CA12;
}
</style>
background-color css
<style>
a { background-color: #A1CA12; }
a { background-color: rgb(161,202,18); }
div.DivClassName
{
background-color: #A1CA12;
}
.BgClassName
{
background-color: #A1CA12;
}
</style>
border-color css
<style>
span { border-color: #A1CA12; }
span { border-color: rgb(161,202,18); }
td.TdClassName
{
border-color: #A1CA12;
}
.TagClassName
{
border-color: #A1CA12;
}
</style>