Shades of Bahia #A9CE07
Tints of Bahia #A9CE07
RGB
CMYK
RGB Variations
Color information
#A9CE07 (or 0xA9CE07) is known color: Bahia. HEX triplet: A9, CE and 07. RGB value is (169,206,7). Sum of RGB (Red+Green+Blue) = 169+206+7=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CE07 is #5631F8. Grayscale: #ADADAD. Windows color (decimal): -5648889 or 511657. OLE color: 511657.
HSL color Cylindrical-coordinate representation of color #A9CE07: hue angle of 71.16º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9CE07 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 7 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.19 |
| HSL | 71.16º | 0.93% | 0.42% | - |
| HSV(B) | 71.16º | 0.97% | 0.81% | - |
| XYZ | 38.47 | 52.59 | 8.32 | - |
| YUV | 172.25 | 34.74 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 7 | 0.18 | 0 | 0.97 | 0.19 | 71.16 | 0.93 | 0.42 |
| Hex | A9 | CE | 7 | 12 | 0 | 61 | 13 | 47 | 5D | 2A |
| Octal | 251 | 316 | 7 | 22 | 0 | 141 | 23 | 107 | 135 | 52 |
| Binary | 10101001 | 11001110 | 111 | 10010 | 0 | 1100001 | 10011 | 1000111 | 1011101 | 101010 |
Color Harmonies of #A9CE07
Complementary color
Monochromatic Colors of #A9CE07
Black with #A9CE07
Text Example
Text Example
White with #A9CE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE07; }
p { color: rgb(169,206,7); }
H1.HeaderClassName
{
color: #A9CE07;
}
.AnyTagClassName
{
color: #A9CE07;
}
</style>
background-color css
<style>
a { background-color: #A9CE07; }
a { background-color: rgb(169,206,7); }
div.DivClassName
{
background-color: #A9CE07;
}
.BgClassName
{
background-color: #A9CE07;
}
</style>
border-color css
<style>
span { border-color: #A9CE07; }
span { border-color: rgb(169,206,7); }
td.TdClassName
{
border-color: #A9CE07;
}
.TagClassName
{
border-color: #A9CE07;
}
</style>