Shades of Bahia #A2D116
Tints of Bahia #A2D116
RGB
CMYK
RGB Variations
Color information
#A2D116 (or 0xA2D116) is known color: Bahia. HEX triplet: A2, D1 and 16. RGB value is (162,209,22). Sum of RGB (Red+Green+Blue) = 162+209+22=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D116 is #5D2EE9. Grayscale: #AEAEAE. Windows color (decimal): -6106858 or 1495458. OLE color: 1495458.
HSL color Cylindrical-coordinate representation of color #A2D116: hue angle of 75.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2D116 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 22 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.18 |
| HSL | 75.08º | 0.81% | 0.45% | - |
| HSV(B) | 75.08º | 0.89% | 0.82% | - |
| XYZ | 37.85 | 53.34 | 9.06 | - |
| YUV | 173.63 | 42.43 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 22 | 0.22 | 0 | 0.89 | 0.18 | 75.08 | 0.81 | 0.45 |
| Hex | A2 | D1 | 16 | 16 | 0 | 59 | 12 | 4B | 51 | 2D |
| Octal | 242 | 321 | 26 | 26 | 0 | 131 | 22 | 113 | 121 | 55 |
| Binary | 10100010 | 11010001 | 10110 | 10110 | 0 | 1011001 | 10010 | 1001011 | 1010001 | 101101 |
Color Harmonies of #A2D116
Complementary color
Monochromatic Colors of #A2D116
Black with #A2D116
Text Example
Text Example
White with #A2D116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D116; }
p { color: rgb(162,209,22); }
H1.HeaderClassName
{
color: #A2D116;
}
.AnyTagClassName
{
color: #A2D116;
}
</style>
background-color css
<style>
a { background-color: #A2D116; }
a { background-color: rgb(162,209,22); }
div.DivClassName
{
background-color: #A2D116;
}
.BgClassName
{
background-color: #A2D116;
}
</style>
border-color css
<style>
span { border-color: #A2D116; }
span { border-color: rgb(162,209,22); }
td.TdClassName
{
border-color: #A2D116;
}
.TagClassName
{
border-color: #A2D116;
}
</style>