Shades of Bahia #A9CE11
Tints of Bahia #A9CE11
RGB
CMYK
RGB Variations
Color information
#A9CE11 (or 0xA9CE11) is known color: Bahia. HEX triplet: A9, CE and 11. RGB value is (169,206,17). Sum of RGB (Red+Green+Blue) = 169+206+17=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CE11 is #5631EE. Grayscale: #AEAEAE. Windows color (decimal): -5648879 or 1167017. OLE color: 1167017.
HSL color Cylindrical-coordinate representation of color #A9CE11: hue angle of 71.75º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9CE11 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 17 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.19 |
| HSL | 71.75º | 0.85% | 0.44% | - |
| HSV(B) | 71.75º | 0.92% | 0.81% | - |
| XYZ | 38.53 | 52.62 | 8.66 | - |
| YUV | 173.39 | 39.74 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 17 | 0.18 | 0 | 0.92 | 0.19 | 71.75 | 0.85 | 0.44 |
| Hex | A9 | CE | 11 | 12 | 0 | 5C | 13 | 48 | 55 | 2C |
| Octal | 251 | 316 | 21 | 22 | 0 | 134 | 23 | 110 | 125 | 54 |
| Binary | 10101001 | 11001110 | 10001 | 10010 | 0 | 1011100 | 10011 | 1001000 | 1010101 | 101100 |
Color Harmonies of #A9CE11
Complementary color
Monochromatic Colors of #A9CE11
Black with #A9CE11
Text Example
Text Example
White with #A9CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE11; }
p { color: rgb(169,206,17); }
H1.HeaderClassName
{
color: #A9CE11;
}
.AnyTagClassName
{
color: #A9CE11;
}
</style>
background-color css
<style>
a { background-color: #A9CE11; }
a { background-color: rgb(169,206,17); }
div.DivClassName
{
background-color: #A9CE11;
}
.BgClassName
{
background-color: #A9CE11;
}
</style>
border-color css
<style>
span { border-color: #A9CE11; }
span { border-color: rgb(169,206,17); }
td.TdClassName
{
border-color: #A9CE11;
}
.TagClassName
{
border-color: #A9CE11;
}
</style>