Shades of Bahia #A9C90C
Tints of Bahia #A9C90C
RGB
CMYK
RGB Variations
Color information
#A9C90C (or 0xA9C90C) is known color: Bahia. HEX triplet: A9, C9 and 0C. RGB value is (169,201,12). Sum of RGB (Red+Green+Blue) = 169+201+12=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C90C is #5636F3. Grayscale: #AAAAAA. Windows color (decimal): -5650164 or 838057. OLE color: 838057.
HSL color Cylindrical-coordinate representation of color #A9C90C: hue angle of 70.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9C90C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.21 |
| HSL | 70.16º | 0.89% | 0.42% | - |
| HSV(B) | 70.16º | 0.94% | 0.79% | - |
| XYZ | 37.32 | 50.23 | 8.08 | - |
| YUV | 169.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 12 | 0.16 | 0 | 0.94 | 0.21 | 70.16 | 0.89 | 0.42 |
| Hex | A9 | C9 | C | 10 | 0 | 5E | 15 | 46 | 59 | 2A |
| Octal | 251 | 311 | 14 | 20 | 0 | 136 | 25 | 106 | 131 | 52 |
| Binary | 10101001 | 11001001 | 1100 | 10000 | 0 | 1011110 | 10101 | 1000110 | 1011001 | 101010 |
Color Harmonies of #A9C90C
Complementary color
Monochromatic Colors of #A9C90C
Black with #A9C90C
Text Example
Text Example
White with #A9C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C90C; }
p { color: rgb(169,201,12); }
H1.HeaderClassName
{
color: #A9C90C;
}
.AnyTagClassName
{
color: #A9C90C;
}
</style>
background-color css
<style>
a { background-color: #A9C90C; }
a { background-color: rgb(169,201,12); }
div.DivClassName
{
background-color: #A9C90C;
}
.BgClassName
{
background-color: #A9C90C;
}
</style>
border-color css
<style>
span { border-color: #A9C90C; }
span { border-color: rgb(169,201,12); }
td.TdClassName
{
border-color: #A9C90C;
}
.TagClassName
{
border-color: #A9C90C;
}
</style>