Shades of Bahia #A2CA15
Tints of Bahia #A2CA15
RGB
CMYK
RGB Variations
Color information
#A2CA15 (or 0xA2CA15) is known color: Bahia. HEX triplet: A2, CA and 15. RGB value is (162,202,21). Sum of RGB (Red+Green+Blue) = 162+202+21=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA15 is #5D35EA. Grayscale: #AAAAAA. Windows color (decimal): -6108651 or 1428130. OLE color: 1428130.
HSL color Cylindrical-coordinate representation of color #A2CA15: hue angle of 73.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2CA15 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 21 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.21 |
| HSL | 73.26º | 0.81% | 0.44% | - |
| HSV(B) | 73.26º | 0.9% | 0.79% | - |
| XYZ | 36.16 | 49.98 | 8.45 | - |
| YUV | 169.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 21 | 0.20 | 0 | 0.90 | 0.21 | 73.26 | 0.81 | 0.44 |
| Hex | A2 | CA | 15 | 14 | 0 | 5A | 15 | 49 | 51 | 2C |
| Octal | 242 | 312 | 25 | 24 | 0 | 132 | 25 | 111 | 121 | 54 |
| Binary | 10100010 | 11001010 | 10101 | 10100 | 0 | 1011010 | 10101 | 1001001 | 1010001 | 101100 |
Color Harmonies of #A2CA15
Complementary color
Monochromatic Colors of #A2CA15
Black with #A2CA15
Text Example
Text Example
White with #A2CA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA15; }
p { color: rgb(162,202,21); }
H1.HeaderClassName
{
color: #A2CA15;
}
.AnyTagClassName
{
color: #A2CA15;
}
</style>
background-color css
<style>
a { background-color: #A2CA15; }
a { background-color: rgb(162,202,21); }
div.DivClassName
{
background-color: #A2CA15;
}
.BgClassName
{
background-color: #A2CA15;
}
</style>
border-color css
<style>
span { border-color: #A2CA15; }
span { border-color: rgb(162,202,21); }
td.TdClassName
{
border-color: #A2CA15;
}
.TagClassName
{
border-color: #A2CA15;
}
</style>