Shades of Bahia #A8CA0C
Tints of Bahia #A8CA0C
RGB
CMYK
RGB Variations
Color information
#A8CA0C (or 0xA8CA0C) is known color: Bahia. HEX triplet: A8, CA and 0C. RGB value is (168,202,12). Sum of RGB (Red+Green+Blue) = 168+202+12=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA0C is #5735F3. Grayscale: #AAAAAA. Windows color (decimal): -5715444 or 838312. OLE color: 838312.
HSL color Cylindrical-coordinate representation of color #A8CA0C: hue angle of 70.74º 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 #A8CA0C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.21 |
| HSL | 70.74º | 0.89% | 0.42% | - |
| HSV(B) | 70.74º | 0.94% | 0.79% | - |
| XYZ | 37.34 | 50.59 | 8.15 | - |
| YUV | 170.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 12 | 0.17 | 0 | 0.94 | 0.21 | 70.74 | 0.89 | 0.42 |
| Hex | A8 | CA | C | 11 | 0 | 5E | 15 | 47 | 59 | 2A |
| Octal | 250 | 312 | 14 | 21 | 0 | 136 | 25 | 107 | 131 | 52 |
| Binary | 10101000 | 11001010 | 1100 | 10001 | 0 | 1011110 | 10101 | 1000111 | 1011001 | 101010 |
Color Harmonies of #A8CA0C
Complementary color
Monochromatic Colors of #A8CA0C
Black with #A8CA0C
Text Example
Text Example
White with #A8CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA0C; }
p { color: rgb(168,202,12); }
H1.HeaderClassName
{
color: #A8CA0C;
}
.AnyTagClassName
{
color: #A8CA0C;
}
</style>
background-color css
<style>
a { background-color: #A8CA0C; }
a { background-color: rgb(168,202,12); }
div.DivClassName
{
background-color: #A8CA0C;
}
.BgClassName
{
background-color: #A8CA0C;
}
</style>
border-color css
<style>
span { border-color: #A8CA0C; }
span { border-color: rgb(168,202,12); }
td.TdClassName
{
border-color: #A8CA0C;
}
.TagClassName
{
border-color: #A8CA0C;
}
</style>