Shades of Bahia #A2D119
Tints of Bahia #A2D119
RGB
CMYK
RGB Variations
Color information
#A2D119 (or 0xA2D119) is known color: Bahia. HEX triplet: A2, D1 and 19. RGB value is (162,209,25). Sum of RGB (Red+Green+Blue) = 162+209+25=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D119 is #5D2EE6. Grayscale: #AEAEAE. Windows color (decimal): -6106855 or 1692066. OLE color: 1692066.
HSL color Cylindrical-coordinate representation of color #A2D119: hue angle of 75.33º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2D119 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 25 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.18 |
| HSL | 75.33º | 0.79% | 0.46% | - |
| HSV(B) | 75.33º | 0.88% | 0.82% | - |
| XYZ | 37.88 | 53.35 | 9.22 | - |
| YUV | 173.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 25 | 0.22 | 0 | 0.88 | 0.18 | 75.33 | 0.79 | 0.46 |
| Hex | A2 | D1 | 19 | 16 | 0 | 58 | 12 | 4B | 4F | 2E |
| Octal | 242 | 321 | 31 | 26 | 0 | 130 | 22 | 113 | 117 | 56 |
| Binary | 10100010 | 11010001 | 11001 | 10110 | 0 | 1011000 | 10010 | 1001011 | 1001111 | 101110 |
Color Harmonies of #A2D119
Complementary color
Monochromatic Colors of #A2D119
Black with #A2D119
Text Example
Text Example
White with #A2D119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D119; }
p { color: rgb(162,209,25); }
H1.HeaderClassName
{
color: #A2D119;
}
.AnyTagClassName
{
color: #A2D119;
}
</style>
background-color css
<style>
a { background-color: #A2D119; }
a { background-color: rgb(162,209,25); }
div.DivClassName
{
background-color: #A2D119;
}
.BgClassName
{
background-color: #A2D119;
}
</style>
border-color css
<style>
span { border-color: #A2D119; }
span { border-color: rgb(162,209,25); }
td.TdClassName
{
border-color: #A2D119;
}
.TagClassName
{
border-color: #A2D119;
}
</style>