Shades of Bahia #A2D010
Tints of Bahia #A2D010
RGB
CMYK
RGB Variations
Color information
#A2D010 (or 0xA2D010) is known color: Bahia. HEX triplet: A2, D0 and 10. RGB value is (162,208,16). Sum of RGB (Red+Green+Blue) = 162+208+16=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D010 is #5D2FEF. Grayscale: #ADADAD. Windows color (decimal): -6107120 or 1101986. OLE color: 1101986.
HSL color Cylindrical-coordinate representation of color #A2D010: hue angle of 74.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2D010 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 16 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.18 |
| HSL | 74.37º | 0.86% | 0.44% | - |
| HSV(B) | 74.37º | 0.92% | 0.82% | - |
| XYZ | 37.55 | 52.83 | 8.71 | - |
| YUV | 172.36 | 39.76 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 16 | 0.22 | 0 | 0.92 | 0.18 | 74.37 | 0.86 | 0.44 |
| Hex | A2 | D0 | 10 | 16 | 0 | 5C | 12 | 4A | 56 | 2C |
| Octal | 242 | 320 | 20 | 26 | 0 | 134 | 22 | 112 | 126 | 54 |
| Binary | 10100010 | 11010000 | 10000 | 10110 | 0 | 1011100 | 10010 | 1001010 | 1010110 | 101100 |
Color Harmonies of #A2D010
Complementary color
Monochromatic Colors of #A2D010
Black with #A2D010
Text Example
Text Example
White with #A2D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D010; }
p { color: rgb(162,208,16); }
H1.HeaderClassName
{
color: #A2D010;
}
.AnyTagClassName
{
color: #A2D010;
}
</style>
background-color css
<style>
a { background-color: #A2D010; }
a { background-color: rgb(162,208,16); }
div.DivClassName
{
background-color: #A2D010;
}
.BgClassName
{
background-color: #A2D010;
}
</style>
border-color css
<style>
span { border-color: #A2D010; }
span { border-color: rgb(162,208,16); }
td.TdClassName
{
border-color: #A2D010;
}
.TagClassName
{
border-color: #A2D010;
}
</style>