Shades of Bahia #A8C90C
Tints of Bahia #A8C90C
RGB
CMYK
RGB Variations
Color information
#A8C90C (or 0xA8C90C) is known color: Bahia. HEX triplet: A8, C9 and 0C. RGB value is (168,201,12). Sum of RGB (Red+Green+Blue) = 168+201+12=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C90C is #5736F3. Grayscale: #AAAAAA. Windows color (decimal): -5715700 or 838056. OLE color: 838056.
HSL color Cylindrical-coordinate representation of color #A8C90C: hue angle of 70.48º 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 #A8C90C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.21 |
| HSL | 70.48º | 0.89% | 0.42% | - |
| HSV(B) | 70.48º | 0.94% | 0.79% | - |
| XYZ | 37.1 | 50.12 | 8.07 | - |
| YUV | 169.59 | 39.07 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 12 | 0.16 | 0 | 0.94 | 0.21 | 70.48 | 0.89 | 0.42 |
| Hex | A8 | C9 | C | 10 | 0 | 5E | 15 | 46 | 59 | 2A |
| Octal | 250 | 311 | 14 | 20 | 0 | 136 | 25 | 106 | 131 | 52 |
| Binary | 10101000 | 11001001 | 1100 | 10000 | 0 | 1011110 | 10101 | 1000110 | 1011001 | 101010 |
Color Harmonies of #A8C90C
Complementary color
Monochromatic Colors of #A8C90C
Black with #A8C90C
Text Example
Text Example
White with #A8C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C90C; }
p { color: rgb(168,201,12); }
H1.HeaderClassName
{
color: #A8C90C;
}
.AnyTagClassName
{
color: #A8C90C;
}
</style>
background-color css
<style>
a { background-color: #A8C90C; }
a { background-color: rgb(168,201,12); }
div.DivClassName
{
background-color: #A8C90C;
}
.BgClassName
{
background-color: #A8C90C;
}
</style>
border-color css
<style>
span { border-color: #A8C90C; }
span { border-color: rgb(168,201,12); }
td.TdClassName
{
border-color: #A8C90C;
}
.TagClassName
{
border-color: #A8C90C;
}
</style>