Shades of Bahia #A1D01B
Tints of Bahia #A1D01B
RGB
CMYK
RGB Variations
Color information
#A1D01B (or 0xA1D01B) is known color: Bahia. HEX triplet: A1, D0 and 1B. RGB value is (161,208,27). Sum of RGB (Red+Green+Blue) = 161+208+27=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D01B is #5E2FE4. Grayscale: #ADADAD. Windows color (decimal): -6172645 or 1822881. OLE color: 1822881.
HSL color Cylindrical-coordinate representation of color #A1D01B: hue angle of 75.58º 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 #A1D01B is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 27 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.18 |
| HSL | 75.58º | 0.77% | 0.46% | - |
| HSV(B) | 75.58º | 0.87% | 0.82% | - |
| XYZ | 37.45 | 52.77 | 9.25 | - |
| YUV | 173.31 | 45.43 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 27 | 0.23 | 0 | 0.87 | 0.18 | 75.58 | 0.77 | 0.46 |
| Hex | A1 | D0 | 1B | 17 | 0 | 57 | 12 | 4C | 4D | 2E |
| Octal | 241 | 320 | 33 | 27 | 0 | 127 | 22 | 114 | 115 | 56 |
| Binary | 10100001 | 11010000 | 11011 | 10111 | 0 | 1010111 | 10010 | 1001100 | 1001101 | 101110 |
Color Harmonies of #A1D01B
Complementary color
Monochromatic Colors of #A1D01B
Black with #A1D01B
Text Example
Text Example
White with #A1D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D01B; }
p { color: rgb(161,208,27); }
H1.HeaderClassName
{
color: #A1D01B;
}
.AnyTagClassName
{
color: #A1D01B;
}
</style>
background-color css
<style>
a { background-color: #A1D01B; }
a { background-color: rgb(161,208,27); }
div.DivClassName
{
background-color: #A1D01B;
}
.BgClassName
{
background-color: #A1D01B;
}
</style>
border-color css
<style>
span { border-color: #A1D01B; }
span { border-color: rgb(161,208,27); }
td.TdClassName
{
border-color: #A1D01B;
}
.TagClassName
{
border-color: #A1D01B;
}
</style>