Shades of Bahia #A2C418
Tints of Bahia #A2C418
RGB
CMYK
RGB Variations
Color information
#A2C418 (or 0xA2C418) is known color: Bahia. HEX triplet: A2, C4 and 18. RGB value is (162,196,24). Sum of RGB (Red+Green+Blue) = 162+196+24=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C418 is #5D3BE7. Grayscale: #A6A6A6. Windows color (decimal): -6110184 or 1623202. OLE color: 1623202.
HSL color Cylindrical-coordinate representation of color #A2C418: hue angle of 71.86º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2C418 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 24 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.23 |
| HSL | 71.86º | 0.78% | 0.43% | - |
| HSV(B) | 71.86º | 0.88% | 0.77% | - |
| XYZ | 34.81 | 47.23 | 8.15 | - |
| YUV | 166.23 | 47.74 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 24 | 0.17 | 0 | 0.88 | 0.23 | 71.86 | 0.78 | 0.43 |
| Hex | A2 | C4 | 18 | 11 | 0 | 58 | 17 | 48 | 4E | 2B |
| Octal | 242 | 304 | 30 | 21 | 0 | 130 | 27 | 110 | 116 | 53 |
| Binary | 10100010 | 11000100 | 11000 | 10001 | 0 | 1011000 | 10111 | 1001000 | 1001110 | 101011 |
Color Harmonies of #A2C418
Complementary color
Monochromatic Colors of #A2C418
Black with #A2C418
Text Example
Text Example
White with #A2C418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C418; }
p { color: rgb(162,196,24); }
H1.HeaderClassName
{
color: #A2C418;
}
.AnyTagClassName
{
color: #A2C418;
}
</style>
background-color css
<style>
a { background-color: #A2C418; }
a { background-color: rgb(162,196,24); }
div.DivClassName
{
background-color: #A2C418;
}
.BgClassName
{
background-color: #A2C418;
}
</style>
border-color css
<style>
span { border-color: #A2C418; }
span { border-color: rgb(162,196,24); }
td.TdClassName
{
border-color: #A2C418;
}
.TagClassName
{
border-color: #A2C418;
}
</style>