Shades of Bahia #A1D017
Tints of Bahia #A1D017
RGB
CMYK
RGB Variations
Color information
#A1D017 (or 0xA1D017) is known color: Bahia. HEX triplet: A1, D0 and 17. RGB value is (161,208,23). Sum of RGB (Red+Green+Blue) = 161+208+23=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D017 is #5E2FE8. Grayscale: #ADADAD. Windows color (decimal): -6172649 or 1560737. OLE color: 1560737.
HSL color Cylindrical-coordinate representation of color #A1D017: hue angle of 75.24º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1D017 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 23 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.18 |
| HSL | 75.24º | 0.8% | 0.45% | - |
| HSV(B) | 75.24º | 0.89% | 0.82% | - |
| XYZ | 37.41 | 52.75 | 9.02 | - |
| YUV | 172.86 | 43.43 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 23 | 0.23 | 0 | 0.89 | 0.18 | 75.24 | 0.8 | 0.45 |
| Hex | A1 | D0 | 17 | 17 | 0 | 59 | 12 | 4B | 50 | 2D |
| Octal | 241 | 320 | 27 | 27 | 0 | 131 | 22 | 113 | 120 | 55 |
| Binary | 10100001 | 11010000 | 10111 | 10111 | 0 | 1011001 | 10010 | 1001011 | 1010000 | 101101 |
Color Harmonies of #A1D017
Complementary color
Monochromatic Colors of #A1D017
Black with #A1D017
Text Example
Text Example
White with #A1D017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D017; }
p { color: rgb(161,208,23); }
H1.HeaderClassName
{
color: #A1D017;
}
.AnyTagClassName
{
color: #A1D017;
}
</style>
background-color css
<style>
a { background-color: #A1D017; }
a { background-color: rgb(161,208,23); }
div.DivClassName
{
background-color: #A1D017;
}
.BgClassName
{
background-color: #A1D017;
}
</style>
border-color css
<style>
span { border-color: #A1D017; }
span { border-color: rgb(161,208,23); }
td.TdClassName
{
border-color: #A1D017;
}
.TagClassName
{
border-color: #A1D017;
}
</style>