Shades of Bahia #A2CA12
Tints of Bahia #A2CA12
RGB
CMYK
RGB Variations
Color information
#A2CA12 (or 0xA2CA12) is known color: Bahia. HEX triplet: A2, CA and 12. RGB value is (162,202,18). Sum of RGB (Red+Green+Blue) = 162+202+18=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA12 is #5D35ED. Grayscale: #A9A9A9. Windows color (decimal): -6108654 or 1231522. OLE color: 1231522.
HSL color Cylindrical-coordinate representation of color #A2CA12: hue angle of 73.04º 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 #A2CA12 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 18 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.21 |
| HSL | 73.04º | 0.84% | 0.43% | - |
| HSV(B) | 73.04º | 0.91% | 0.79% | - |
| XYZ | 36.13 | 49.97 | 8.31 | - |
| YUV | 169.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 18 | 0.20 | 0 | 0.91 | 0.21 | 73.04 | 0.84 | 0.43 |
| Hex | A2 | CA | 12 | 14 | 0 | 5B | 15 | 49 | 54 | 2B |
| Octal | 242 | 312 | 22 | 24 | 0 | 133 | 25 | 111 | 124 | 53 |
| Binary | 10100010 | 11001010 | 10010 | 10100 | 0 | 1011011 | 10101 | 1001001 | 1010100 | 101011 |
Color Harmonies of #A2CA12
Complementary color
Monochromatic Colors of #A2CA12
Black with #A2CA12
Text Example
Text Example
White with #A2CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA12; }
p { color: rgb(162,202,18); }
H1.HeaderClassName
{
color: #A2CA12;
}
.AnyTagClassName
{
color: #A2CA12;
}
</style>
background-color css
<style>
a { background-color: #A2CA12; }
a { background-color: rgb(162,202,18); }
div.DivClassName
{
background-color: #A2CA12;
}
.BgClassName
{
background-color: #A2CA12;
}
</style>
border-color css
<style>
span { border-color: #A2CA12; }
span { border-color: rgb(162,202,18); }
td.TdClassName
{
border-color: #A2CA12;
}
.TagClassName
{
border-color: #A2CA12;
}
</style>