Shades of Bahia #A1D11B
Tints of Bahia #A1D11B
RGB
CMYK
RGB Variations
Color information
#A1D11B (or 0xA1D11B) is known color: Bahia. HEX triplet: A1, D1 and 1B. RGB value is (161,209,27). Sum of RGB (Red+Green+Blue) = 161+209+27=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D11B is #5E2EE4. Grayscale: #AEAEAE. Windows color (decimal): -6172389 or 1823137. OLE color: 1823137.
HSL color Cylindrical-coordinate representation of color #A1D11B: hue angle of 75.82º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1D11B is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 27 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.18 |
| HSL | 75.82º | 0.77% | 0.46% | - |
| HSV(B) | 75.82º | 0.87% | 0.82% | - |
| XYZ | 37.7 | 53.26 | 9.33 | - |
| YUV | 173.9 | 45.1 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 27 | 0.23 | 0 | 0.87 | 0.18 | 75.82 | 0.77 | 0.46 |
| Hex | A1 | D1 | 1B | 17 | 0 | 57 | 12 | 4C | 4D | 2E |
| Octal | 241 | 321 | 33 | 27 | 0 | 127 | 22 | 114 | 115 | 56 |
| Binary | 10100001 | 11010001 | 11011 | 10111 | 0 | 1010111 | 10010 | 1001100 | 1001101 | 101110 |
Color Harmonies of #A1D11B
Complementary color
Monochromatic Colors of #A1D11B
Black with #A1D11B
Text Example
Text Example
White with #A1D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D11B; }
p { color: rgb(161,209,27); }
H1.HeaderClassName
{
color: #A1D11B;
}
.AnyTagClassName
{
color: #A1D11B;
}
</style>
background-color css
<style>
a { background-color: #A1D11B; }
a { background-color: rgb(161,209,27); }
div.DivClassName
{
background-color: #A1D11B;
}
.BgClassName
{
background-color: #A1D11B;
}
</style>
border-color css
<style>
span { border-color: #A1D11B; }
span { border-color: rgb(161,209,27); }
td.TdClassName
{
border-color: #A1D11B;
}
.TagClassName
{
border-color: #A1D11B;
}
</style>