Shades of Bahia #A1C11E
Tints of Bahia #A1C11E
RGB
CMYK
RGB Variations
Color information
#A1C11E (or 0xA1C11E) is known color: Bahia. HEX triplet: A1, C1 and 1E. RGB value is (161,193,30). Sum of RGB (Red+Green+Blue) = 161+193+30=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C11E is #5E3EE1. Grayscale: #A5A5A5. Windows color (decimal): -6176482 or 2015649. OLE color: 2015649.
HSL color Cylindrical-coordinate representation of color #A1C11E: hue angle of 71.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A1C11E is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 30 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.24 |
| HSL | 71.78º | 0.73% | 0.44% | - |
| HSV(B) | 71.78º | 0.84% | 0.76% | - |
| XYZ | 34 | 45.81 | 8.28 | - |
| YUV | 164.85 | 51.9 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 30 | 0.17 | 0 | 0.84 | 0.24 | 71.78 | 0.73 | 0.44 |
| Hex | A1 | C1 | 1E | 11 | 0 | 54 | 18 | 48 | 49 | 2C |
| Octal | 241 | 301 | 36 | 21 | 0 | 124 | 30 | 110 | 111 | 54 |
| Binary | 10100001 | 11000001 | 11110 | 10001 | 0 | 1010100 | 11000 | 1001000 | 1001001 | 101100 |
Color Harmonies of #A1C11E
Complementary color
Monochromatic Colors of #A1C11E
Black with #A1C11E
Text Example
Text Example
White with #A1C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C11E; }
p { color: rgb(161,193,30); }
H1.HeaderClassName
{
color: #A1C11E;
}
.AnyTagClassName
{
color: #A1C11E;
}
</style>
background-color css
<style>
a { background-color: #A1C11E; }
a { background-color: rgb(161,193,30); }
div.DivClassName
{
background-color: #A1C11E;
}
.BgClassName
{
background-color: #A1C11E;
}
</style>
border-color css
<style>
span { border-color: #A1C11E; }
span { border-color: rgb(161,193,30); }
td.TdClassName
{
border-color: #A1C11E;
}
.TagClassName
{
border-color: #A1C11E;
}
</style>