Shades of Bahia #A8C12A
Tints of Bahia #A8C12A
RGB
CMYK
RGB Variations
Color information
#A8C12A (or 0xA8C12A) is known color: Bahia. HEX triplet: A8, C1 and 2A. RGB value is (168,193,42). Sum of RGB (Red+Green+Blue) = 168+193+42=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C12A is #573ED5. Grayscale: #A8A8A8. Windows color (decimal): -5717718 or 2802088. OLE color: 2802088.
HSL color Cylindrical-coordinate representation of color #A8C12A: hue angle of 69.93º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8C12A is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 42 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.24 |
| HSL | 69.93º | 0.64% | 0.46% | - |
| HSV(B) | 69.93º | 0.78% | 0.76% | - |
| XYZ | 35.64 | 46.63 | 9.31 | - |
| YUV | 168.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 42 | 0.13 | 0 | 0.78 | 0.24 | 69.93 | 0.64 | 0.46 |
| Hex | A8 | C1 | 2A | D | 0 | 4E | 18 | 46 | 40 | 2E |
| Octal | 250 | 301 | 52 | 15 | 0 | 116 | 30 | 106 | 100 | 56 |
| Binary | 10101000 | 11000001 | 101010 | 1101 | 0 | 1001110 | 11000 | 1000110 | 1000000 | 101110 |
Color Harmonies of #A8C12A
Complementary color
Monochromatic Colors of #A8C12A
Black with #A8C12A
Text Example
Text Example
White with #A8C12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C12A; }
p { color: rgb(168,193,42); }
H1.HeaderClassName
{
color: #A8C12A;
}
.AnyTagClassName
{
color: #A8C12A;
}
</style>
background-color css
<style>
a { background-color: #A8C12A; }
a { background-color: rgb(168,193,42); }
div.DivClassName
{
background-color: #A8C12A;
}
.BgClassName
{
background-color: #A8C12A;
}
</style>
border-color css
<style>
span { border-color: #A8C12A; }
span { border-color: rgb(168,193,42); }
td.TdClassName
{
border-color: #A8C12A;
}
.TagClassName
{
border-color: #A8C12A;
}
</style>