Shades of Bahia #A2D018
Tints of Bahia #A2D018
RGB
CMYK
RGB Variations
Color information
#A2D018 (or 0xA2D018) is known color: Bahia. HEX triplet: A2, D0 and 18. RGB value is (162,208,24). Sum of RGB (Red+Green+Blue) = 162+208+24=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D018 is #5D2FE7. Grayscale: #ADADAD. Windows color (decimal): -6107112 or 1626274. OLE color: 1626274.
HSL color Cylindrical-coordinate representation of color #A2D018: hue angle of 75º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2D018 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 24 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.18 |
| HSL | 75º | 0.79% | 0.45% | - |
| HSV(B) | 75º | 0.88% | 0.82% | - |
| XYZ | 37.62 | 52.86 | 9.08 | - |
| YUV | 173.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 24 | 0.22 | 0 | 0.88 | 0.18 | 75 | 0.79 | 0.45 |
| Hex | A2 | D0 | 18 | 16 | 0 | 58 | 12 | 4B | 4F | 2D |
| Octal | 242 | 320 | 30 | 26 | 0 | 130 | 22 | 113 | 117 | 55 |
| Binary | 10100010 | 11010000 | 11000 | 10110 | 0 | 1011000 | 10010 | 1001011 | 1001111 | 101101 |
Color Harmonies of #A2D018
Complementary color
Monochromatic Colors of #A2D018
Black with #A2D018
Text Example
Text Example
White with #A2D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D018; }
p { color: rgb(162,208,24); }
H1.HeaderClassName
{
color: #A2D018;
}
.AnyTagClassName
{
color: #A2D018;
}
</style>
background-color css
<style>
a { background-color: #A2D018; }
a { background-color: rgb(162,208,24); }
div.DivClassName
{
background-color: #A2D018;
}
.BgClassName
{
background-color: #A2D018;
}
</style>
border-color css
<style>
span { border-color: #A2D018; }
span { border-color: rgb(162,208,24); }
td.TdClassName
{
border-color: #A2D018;
}
.TagClassName
{
border-color: #A2D018;
}
</style>