Shades of Bahia #A2C918
Tints of Bahia #A2C918
RGB
CMYK
RGB Variations
Color information
#A2C918 (or 0xA2C918) is known color: Bahia. HEX triplet: A2, C9 and 18. RGB value is (162,201,24). Sum of RGB (Red+Green+Blue) = 162+201+24=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C918 is #5D36E7. Grayscale: #A9A9A9. Windows color (decimal): -6108904 or 1624482. OLE color: 1624482.
HSL color Cylindrical-coordinate representation of color #A2C918: hue angle of 73.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2C918 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 24 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.21 |
| HSL | 73.22º | 0.79% | 0.44% | - |
| HSV(B) | 73.22º | 0.88% | 0.79% | - |
| XYZ | 35.95 | 49.52 | 8.53 | - |
| YUV | 169.16 | 46.08 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 24 | 0.19 | 0 | 0.88 | 0.21 | 73.22 | 0.79 | 0.44 |
| Hex | A2 | C9 | 18 | 13 | 0 | 58 | 15 | 49 | 4F | 2C |
| Octal | 242 | 311 | 30 | 23 | 0 | 130 | 25 | 111 | 117 | 54 |
| Binary | 10100010 | 11001001 | 11000 | 10011 | 0 | 1011000 | 10101 | 1001001 | 1001111 | 101100 |
Color Harmonies of #A2C918
Complementary color
Monochromatic Colors of #A2C918
Black with #A2C918
Text Example
Text Example
White with #A2C918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C918; }
p { color: rgb(162,201,24); }
H1.HeaderClassName
{
color: #A2C918;
}
.AnyTagClassName
{
color: #A2C918;
}
</style>
background-color css
<style>
a { background-color: #A2C918; }
a { background-color: rgb(162,201,24); }
div.DivClassName
{
background-color: #A2C918;
}
.BgClassName
{
background-color: #A2C918;
}
</style>
border-color css
<style>
span { border-color: #A2C918; }
span { border-color: rgb(162,201,24); }
td.TdClassName
{
border-color: #A2C918;
}
.TagClassName
{
border-color: #A2C918;
}
</style>