Shades of Bahia #A9CE09
Tints of Bahia #A9CE09
RGB
CMYK
RGB Variations
Color information
#A9CE09 (or 0xA9CE09) is known color: Bahia. HEX triplet: A9, CE and 09. RGB value is (169,206,9). Sum of RGB (Red+Green+Blue) = 169+206+9=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CE09 is #5631F6. Grayscale: #ADADAD. Windows color (decimal): -5648887 or 642729. OLE color: 642729.
HSL color Cylindrical-coordinate representation of color #A9CE09: hue angle of 71.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9CE09 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 9 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.19 |
| HSL | 71.27º | 0.92% | 0.42% | - |
| HSV(B) | 71.27º | 0.96% | 0.81% | - |
| XYZ | 38.48 | 52.6 | 8.38 | - |
| YUV | 172.48 | 35.74 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 9 | 0.18 | 0 | 0.96 | 0.19 | 71.27 | 0.92 | 0.42 |
| Hex | A9 | CE | 9 | 12 | 0 | 60 | 13 | 47 | 5C | 2A |
| Octal | 251 | 316 | 11 | 22 | 0 | 140 | 23 | 107 | 134 | 52 |
| Binary | 10101001 | 11001110 | 1001 | 10010 | 0 | 1100000 | 10011 | 1000111 | 1011100 | 101010 |
Color Harmonies of #A9CE09
Complementary color
Monochromatic Colors of #A9CE09
Black with #A9CE09
Text Example
Text Example
White with #A9CE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE09; }
p { color: rgb(169,206,9); }
H1.HeaderClassName
{
color: #A9CE09;
}
.AnyTagClassName
{
color: #A9CE09;
}
</style>
background-color css
<style>
a { background-color: #A9CE09; }
a { background-color: rgb(169,206,9); }
div.DivClassName
{
background-color: #A9CE09;
}
.BgClassName
{
background-color: #A9CE09;
}
</style>
border-color css
<style>
span { border-color: #A9CE09; }
span { border-color: rgb(169,206,9); }
td.TdClassName
{
border-color: #A9CE09;
}
.TagClassName
{
border-color: #A9CE09;
}
</style>