Shades of Bahia #A0D115
Tints of Bahia #A0D115
RGB
CMYK
RGB Variations
Color information
#A0D115 (or 0xA0D115) is known color: Bahia. HEX triplet: A0, D1 and 15. RGB value is (160,209,21). Sum of RGB (Red+Green+Blue) = 160+209+21=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 209 (82.03% from 255 or 53.59% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D115 is #5F2EEA. Grayscale: #ADADAD. Windows color (decimal): -6237931 or 1429920. OLE color: 1429920.
HSL color Cylindrical-coordinate representation of color #A0D115: hue angle of 75.64º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0D115 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 21 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.18 |
| HSL | 75.64º | 0.82% | 0.45% | - |
| HSV(B) | 75.64º | 0.9% | 0.82% | - |
| XYZ | 37.43 | 53.13 | 8.99 | - |
| YUV | 172.92 | 42.27 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 21 | 0.23 | 0 | 0.90 | 0.18 | 75.64 | 0.82 | 0.45 |
| Hex | A0 | D1 | 15 | 17 | 0 | 5A | 12 | 4C | 52 | 2D |
| Octal | 240 | 321 | 25 | 27 | 0 | 132 | 22 | 114 | 122 | 55 |
| Binary | 10100000 | 11010001 | 10101 | 10111 | 0 | 1011010 | 10010 | 1001100 | 1010010 | 101101 |
Color Harmonies of #A0D115
Complementary color
Monochromatic Colors of #A0D115
Black with #A0D115
Text Example
Text Example
White with #A0D115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D115; }
p { color: rgb(160,209,21); }
H1.HeaderClassName
{
color: #A0D115;
}
.AnyTagClassName
{
color: #A0D115;
}
</style>
background-color css
<style>
a { background-color: #A0D115; }
a { background-color: rgb(160,209,21); }
div.DivClassName
{
background-color: #A0D115;
}
.BgClassName
{
background-color: #A0D115;
}
</style>
border-color css
<style>
span { border-color: #A0D115; }
span { border-color: rgb(160,209,21); }
td.TdClassName
{
border-color: #A0D115;
}
.TagClassName
{
border-color: #A0D115;
}
</style>