Shades of Bahia #A0C718
Tints of Bahia #A0C718
RGB
CMYK
RGB Variations
Color information
#A0C718 (or 0xA0C718) is known color: Bahia. HEX triplet: A0, C7 and 18. RGB value is (160,199,24). Sum of RGB (Red+Green+Blue) = 160+199+24=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C718 is #5F38E7. Grayscale: #A8A8A8. Windows color (decimal): -6240488 or 1623968. OLE color: 1623968.
HSL color Cylindrical-coordinate representation of color #A0C718: hue angle of 73.37º 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 #A0C718 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 24 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.22 |
| HSL | 73.37º | 0.78% | 0.44% | - |
| HSV(B) | 73.37º | 0.88% | 0.78% | - |
| XYZ | 35.09 | 48.39 | 8.35 | - |
| YUV | 167.39 | 47.08 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 24 | 0.20 | 0 | 0.88 | 0.22 | 73.37 | 0.78 | 0.44 |
| Hex | A0 | C7 | 18 | 14 | 0 | 58 | 16 | 49 | 4E | 2C |
| Octal | 240 | 307 | 30 | 24 | 0 | 130 | 26 | 111 | 116 | 54 |
| Binary | 10100000 | 11000111 | 11000 | 10100 | 0 | 1011000 | 10110 | 1001001 | 1001110 | 101100 |
Color Harmonies of #A0C718
Complementary color
Monochromatic Colors of #A0C718
Black with #A0C718
Text Example
Text Example
White with #A0C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C718; }
p { color: rgb(160,199,24); }
H1.HeaderClassName
{
color: #A0C718;
}
.AnyTagClassName
{
color: #A0C718;
}
</style>
background-color css
<style>
a { background-color: #A0C718; }
a { background-color: rgb(160,199,24); }
div.DivClassName
{
background-color: #A0C718;
}
.BgClassName
{
background-color: #A0C718;
}
</style>
border-color css
<style>
span { border-color: #A0C718; }
span { border-color: rgb(160,199,24); }
td.TdClassName
{
border-color: #A0C718;
}
.TagClassName
{
border-color: #A0C718;
}
</style>