Shades of Bahia #A9C80E
Tints of Bahia #A9C80E
RGB
CMYK
RGB Variations
Color information
#A9C80E (or 0xA9C80E) is known color: Bahia. HEX triplet: A9, C8 and 0E. RGB value is (169,200,14). Sum of RGB (Red+Green+Blue) = 169+200+14=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C80E is #5637F1. Grayscale: #AAAAAA. Windows color (decimal): -5650418 or 968873. OLE color: 968873.
HSL color Cylindrical-coordinate representation of color #A9C80E: hue angle of 70º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9C80E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 200 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.22 |
| HSL | 70º | 0.87% | 0.42% | - |
| HSV(B) | 70º | 0.93% | 0.78% | - |
| XYZ | 37.1 | 49.78 | 8.07 | - |
| YUV | 169.53 | 40.23 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 14 | 0.16 | 0 | 0.93 | 0.22 | 70 | 0.87 | 0.42 |
| Hex | A9 | C8 | E | 10 | 0 | 5D | 16 | 46 | 57 | 2A |
| Octal | 251 | 310 | 16 | 20 | 0 | 135 | 26 | 106 | 127 | 52 |
| Binary | 10101001 | 11001000 | 1110 | 10000 | 0 | 1011101 | 10110 | 1000110 | 1010111 | 101010 |
Color Harmonies of #A9C80E
Complementary color
Monochromatic Colors of #A9C80E
Black with #A9C80E
Text Example
Text Example
White with #A9C80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C80E; }
p { color: rgb(169,200,14); }
H1.HeaderClassName
{
color: #A9C80E;
}
.AnyTagClassName
{
color: #A9C80E;
}
</style>
background-color css
<style>
a { background-color: #A9C80E; }
a { background-color: rgb(169,200,14); }
div.DivClassName
{
background-color: #A9C80E;
}
.BgClassName
{
background-color: #A9C80E;
}
</style>
border-color css
<style>
span { border-color: #A9C80E; }
span { border-color: rgb(169,200,14); }
td.TdClassName
{
border-color: #A9C80E;
}
.TagClassName
{
border-color: #A9C80E;
}
</style>