Shades of Bahia #A1CD11
Tints of Bahia #A1CD11
RGB
CMYK
RGB Variations
Color information
#A1CD11 (or 0xA1CD11) is known color: Bahia. HEX triplet: A1, CD and 11. RGB value is (161,205,17). Sum of RGB (Red+Green+Blue) = 161+205+17=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CD11 is #5E32EE. Grayscale: #ABABAB. Windows color (decimal): -6173423 or 1166753. OLE color: 1166753.
HSL color Cylindrical-coordinate representation of color #A1CD11: hue angle of 74.04º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1CD11 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 17 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.20 |
| HSL | 74.04º | 0.85% | 0.44% | - |
| HSV(B) | 74.04º | 0.92% | 0.8% | - |
| XYZ | 36.63 | 51.28 | 8.5 | - |
| YUV | 170.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 17 | 0.21 | 0 | 0.92 | 0.20 | 74.04 | 0.85 | 0.44 |
| Hex | A1 | CD | 11 | 15 | 0 | 5C | 14 | 4A | 55 | 2C |
| Octal | 241 | 315 | 21 | 25 | 0 | 134 | 24 | 112 | 125 | 54 |
| Binary | 10100001 | 11001101 | 10001 | 10101 | 0 | 1011100 | 10100 | 1001010 | 1010101 | 101100 |
Color Harmonies of #A1CD11
Complementary color
Monochromatic Colors of #A1CD11
Black with #A1CD11
Text Example
Text Example
White with #A1CD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD11; }
p { color: rgb(161,205,17); }
H1.HeaderClassName
{
color: #A1CD11;
}
.AnyTagClassName
{
color: #A1CD11;
}
</style>
background-color css
<style>
a { background-color: #A1CD11; }
a { background-color: rgb(161,205,17); }
div.DivClassName
{
background-color: #A1CD11;
}
.BgClassName
{
background-color: #A1CD11;
}
</style>
border-color css
<style>
span { border-color: #A1CD11; }
span { border-color: rgb(161,205,17); }
td.TdClassName
{
border-color: #A1CD11;
}
.TagClassName
{
border-color: #A1CD11;
}
</style>