Shades of Bahia #A2C718
Tints of Bahia #A2C718
RGB
CMYK
RGB Variations
Color information
#A2C718 (or 0xA2C718) is known color: Bahia. HEX triplet: A2, C7 and 18. RGB value is (162,199,24). Sum of RGB (Red+Green+Blue) = 162+199+24=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C718 is #5D38E7. Grayscale: #A8A8A8. Windows color (decimal): -6109416 or 1623970. OLE color: 1623970.
HSL color Cylindrical-coordinate representation of color #A2C718: hue angle of 72.69º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2C718 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 199 | 24 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.22 |
| HSL | 72.69º | 0.78% | 0.44% | - |
| HSV(B) | 72.69º | 0.88% | 0.78% | - |
| XYZ | 35.49 | 48.59 | 8.37 | - |
| YUV | 167.99 | 46.74 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 199 | 24 | 0.19 | 0 | 0.88 | 0.22 | 72.69 | 0.78 | 0.44 |
| Hex | A2 | C7 | 18 | 13 | 0 | 58 | 16 | 49 | 4E | 2C |
| Octal | 242 | 307 | 30 | 23 | 0 | 130 | 26 | 111 | 116 | 54 |
| Binary | 10100010 | 11000111 | 11000 | 10011 | 0 | 1011000 | 10110 | 1001001 | 1001110 | 101100 |
Color Harmonies of #A2C718
Complementary color
Monochromatic Colors of #A2C718
Black with #A2C718
Text Example
Text Example
White with #A2C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C718; }
p { color: rgb(162,199,24); }
H1.HeaderClassName
{
color: #A2C718;
}
.AnyTagClassName
{
color: #A2C718;
}
</style>
background-color css
<style>
a { background-color: #A2C718; }
a { background-color: rgb(162,199,24); }
div.DivClassName
{
background-color: #A2C718;
}
.BgClassName
{
background-color: #A2C718;
}
</style>
border-color css
<style>
span { border-color: #A2C718; }
span { border-color: rgb(162,199,24); }
td.TdClassName
{
border-color: #A2C718;
}
.TagClassName
{
border-color: #A2C718;
}
</style>