Shades of Bahia #A8C90F
Tints of Bahia #A8C90F
RGB
CMYK
RGB Variations
Color information
#A8C90F (or 0xA8C90F) is known color: Bahia. HEX triplet: A8, C9 and 0F. RGB value is (168,201,15). Sum of RGB (Red+Green+Blue) = 168+201+15=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C90F is #5736F0. Grayscale: #AAAAAA. Windows color (decimal): -5715697 or 1034664. OLE color: 1034664.
HSL color Cylindrical-coordinate representation of color #A8C90F: hue angle of 70.65º degrees, saturation: 0.86, 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 #A8C90F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.21 |
| HSL | 70.65º | 0.86% | 0.42% | - |
| HSV(B) | 70.65º | 0.93% | 0.79% | - |
| XYZ | 37.12 | 50.13 | 8.17 | - |
| YUV | 169.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 15 | 0.16 | 0 | 0.93 | 0.21 | 70.65 | 0.86 | 0.42 |
| Hex | A8 | C9 | F | 10 | 0 | 5D | 15 | 47 | 56 | 2A |
| Octal | 250 | 311 | 17 | 20 | 0 | 135 | 25 | 107 | 126 | 52 |
| Binary | 10101000 | 11001001 | 1111 | 10000 | 0 | 1011101 | 10101 | 1000111 | 1010110 | 101010 |
Color Harmonies of #A8C90F
Complementary color
Monochromatic Colors of #A8C90F
Black with #A8C90F
Text Example
Text Example
White with #A8C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C90F; }
p { color: rgb(168,201,15); }
H1.HeaderClassName
{
color: #A8C90F;
}
.AnyTagClassName
{
color: #A8C90F;
}
</style>
background-color css
<style>
a { background-color: #A8C90F; }
a { background-color: rgb(168,201,15); }
div.DivClassName
{
background-color: #A8C90F;
}
.BgClassName
{
background-color: #A8C90F;
}
</style>
border-color css
<style>
span { border-color: #A8C90F; }
span { border-color: rgb(168,201,15); }
td.TdClassName
{
border-color: #A8C90F;
}
.TagClassName
{
border-color: #A8C90F;
}
</style>