Shades of Bahia #A1D018
Tints of Bahia #A1D018
RGB
CMYK
RGB Variations
Color information
#A1D018 (or 0xA1D018) is known color: Bahia. HEX triplet: A1, D0 and 18. RGB value is (161,208,24). Sum of RGB (Red+Green+Blue) = 161+208+24=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D018 is #5E2FE7. Grayscale: #ADADAD. Windows color (decimal): -6172648 or 1626273. OLE color: 1626273.
HSL color Cylindrical-coordinate representation of color #A1D018: hue angle of 75.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1D018 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 24 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.18 |
| HSL | 75.33º | 0.79% | 0.45% | - |
| HSV(B) | 75.33º | 0.88% | 0.82% | - |
| XYZ | 37.42 | 52.75 | 9.07 | - |
| YUV | 172.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 24 | 0.23 | 0 | 0.88 | 0.18 | 75.33 | 0.79 | 0.45 |
| Hex | A1 | D0 | 18 | 17 | 0 | 58 | 12 | 4B | 4F | 2D |
| Octal | 241 | 320 | 30 | 27 | 0 | 130 | 22 | 113 | 117 | 55 |
| Binary | 10100001 | 11010000 | 11000 | 10111 | 0 | 1011000 | 10010 | 1001011 | 1001111 | 101101 |
Color Harmonies of #A1D018
Complementary color
Monochromatic Colors of #A1D018
Black with #A1D018
Text Example
Text Example
White with #A1D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D018; }
p { color: rgb(161,208,24); }
H1.HeaderClassName
{
color: #A1D018;
}
.AnyTagClassName
{
color: #A1D018;
}
</style>
background-color css
<style>
a { background-color: #A1D018; }
a { background-color: rgb(161,208,24); }
div.DivClassName
{
background-color: #A1D018;
}
.BgClassName
{
background-color: #A1D018;
}
</style>
border-color css
<style>
span { border-color: #A1D018; }
span { border-color: rgb(161,208,24); }
td.TdClassName
{
border-color: #A1D018;
}
.TagClassName
{
border-color: #A1D018;
}
</style>