Shades of Bahia #A7C90E
Tints of Bahia #A7C90E
RGB
CMYK
RGB Variations
Color information
#A7C90E (or 0xA7C90E) is known color: Bahia. HEX triplet: A7, C9 and 0E. RGB value is (167,201,14). Sum of RGB (Red+Green+Blue) = 167+201+14=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C90E is #5836F1. Grayscale: #AAAAAA. Windows color (decimal): -5781234 or 969127. OLE color: 969127.
HSL color Cylindrical-coordinate representation of color #A7C90E: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7C90E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 14 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.21 |
| HSL | 70.91º | 0.87% | 0.42% | - |
| HSV(B) | 70.91º | 0.93% | 0.79% | - |
| XYZ | 36.9 | 50.02 | 8.13 | - |
| YUV | 169.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 14 | 0.17 | 0 | 0.93 | 0.21 | 70.91 | 0.87 | 0.42 |
| Hex | A7 | C9 | E | 11 | 0 | 5D | 15 | 47 | 57 | 2A |
| Octal | 247 | 311 | 16 | 21 | 0 | 135 | 25 | 107 | 127 | 52 |
| Binary | 10100111 | 11001001 | 1110 | 10001 | 0 | 1011101 | 10101 | 1000111 | 1010111 | 101010 |
Color Harmonies of #A7C90E
Complementary color
Monochromatic Colors of #A7C90E
Black with #A7C90E
Text Example
Text Example
White with #A7C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C90E; }
p { color: rgb(167,201,14); }
H1.HeaderClassName
{
color: #A7C90E;
}
.AnyTagClassName
{
color: #A7C90E;
}
</style>
background-color css
<style>
a { background-color: #A7C90E; }
a { background-color: rgb(167,201,14); }
div.DivClassName
{
background-color: #A7C90E;
}
.BgClassName
{
background-color: #A7C90E;
}
</style>
border-color css
<style>
span { border-color: #A7C90E; }
span { border-color: rgb(167,201,14); }
td.TdClassName
{
border-color: #A7C90E;
}
.TagClassName
{
border-color: #A7C90E;
}
</style>