Shades of Bahia #A2D014
Tints of Bahia #A2D014
RGB
CMYK
RGB Variations
Color information
#A2D014 (or 0xA2D014) is known color: Bahia. HEX triplet: A2, D0 and 14. RGB value is (162,208,20). Sum of RGB (Red+Green+Blue) = 162+208+20=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D014 is #5D2FEB. Grayscale: #ADADAD. Windows color (decimal): -6107116 or 1364130. OLE color: 1364130.
HSL color Cylindrical-coordinate representation of color #A2D014: hue angle of 74.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2D014 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 20 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.18 |
| HSL | 74.68º | 0.82% | 0.45% | - |
| HSV(B) | 74.68º | 0.9% | 0.82% | - |
| XYZ | 37.58 | 52.84 | 8.88 | - |
| YUV | 172.81 | 41.76 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 20 | 0.22 | 0 | 0.90 | 0.18 | 74.68 | 0.82 | 0.45 |
| Hex | A2 | D0 | 14 | 16 | 0 | 5A | 12 | 4B | 52 | 2D |
| Octal | 242 | 320 | 24 | 26 | 0 | 132 | 22 | 113 | 122 | 55 |
| Binary | 10100010 | 11010000 | 10100 | 10110 | 0 | 1011010 | 10010 | 1001011 | 1010010 | 101101 |
Color Harmonies of #A2D014
Complementary color
Monochromatic Colors of #A2D014
Black with #A2D014
Text Example
Text Example
White with #A2D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D014; }
p { color: rgb(162,208,20); }
H1.HeaderClassName
{
color: #A2D014;
}
.AnyTagClassName
{
color: #A2D014;
}
</style>
background-color css
<style>
a { background-color: #A2D014; }
a { background-color: rgb(162,208,20); }
div.DivClassName
{
background-color: #A2D014;
}
.BgClassName
{
background-color: #A2D014;
}
</style>
border-color css
<style>
span { border-color: #A2D014; }
span { border-color: rgb(162,208,20); }
td.TdClassName
{
border-color: #A2D014;
}
.TagClassName
{
border-color: #A2D014;
}
</style>