Shades of Bahia #A8C90E
Tints of Bahia #A8C90E
RGB
CMYK
RGB Variations
Color information
#A8C90E (or 0xA8C90E) is known color: Bahia. HEX triplet: A8, C9 and 0E. RGB value is (168,201,14). Sum of RGB (Red+Green+Blue) = 168+201+14=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C90E is #5736F1. Grayscale: #AAAAAA. Windows color (decimal): -5715698 or 969128. OLE color: 969128.
HSL color Cylindrical-coordinate representation of color #A8C90E: hue angle of 70.59º 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 #A8C90E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.21 |
| HSL | 70.59º | 0.87% | 0.42% | - |
| HSV(B) | 70.59º | 0.93% | 0.79% | - |
| XYZ | 37.11 | 50.13 | 8.14 | - |
| YUV | 169.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 14 | 0.16 | 0 | 0.93 | 0.21 | 70.59 | 0.87 | 0.42 |
| Hex | A8 | C9 | E | 10 | 0 | 5D | 15 | 47 | 57 | 2A |
| Octal | 250 | 311 | 16 | 20 | 0 | 135 | 25 | 107 | 127 | 52 |
| Binary | 10101000 | 11001001 | 1110 | 10000 | 0 | 1011101 | 10101 | 1000111 | 1010111 | 101010 |
Color Harmonies of #A8C90E
Complementary color
Monochromatic Colors of #A8C90E
Black with #A8C90E
Text Example
Text Example
White with #A8C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C90E; }
p { color: rgb(168,201,14); }
H1.HeaderClassName
{
color: #A8C90E;
}
.AnyTagClassName
{
color: #A8C90E;
}
</style>
background-color css
<style>
a { background-color: #A8C90E; }
a { background-color: rgb(168,201,14); }
div.DivClassName
{
background-color: #A8C90E;
}
.BgClassName
{
background-color: #A8C90E;
}
</style>
border-color css
<style>
span { border-color: #A8C90E; }
span { border-color: rgb(168,201,14); }
td.TdClassName
{
border-color: #A8C90E;
}
.TagClassName
{
border-color: #A8C90E;
}
</style>