Shades of Bahia #A6CE0C
Tints of Bahia #A6CE0C
RGB
CMYK
RGB Variations
Color information
#A6CE0C (or 0xA6CE0C) is known color: Bahia. HEX triplet: A6, CE and 0C. RGB value is (166,206,12). Sum of RGB (Red+Green+Blue) = 166+206+12=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CE0C is #5931F3. Grayscale: #ACACAC. Windows color (decimal): -5845492 or 839334. OLE color: 839334.
HSL color Cylindrical-coordinate representation of color #A6CE0C: hue angle of 72.37º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6CE0C is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 12 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.19 |
| HSL | 72.37º | 0.89% | 0.43% | - |
| HSV(B) | 72.37º | 0.94% | 0.81% | - |
| XYZ | 37.86 | 52.28 | 8.44 | - |
| YUV | 171.92 | 37.75 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 12 | 0.19 | 0 | 0.94 | 0.19 | 72.37 | 0.89 | 0.43 |
| Hex | A6 | CE | C | 13 | 0 | 5E | 13 | 48 | 59 | 2B |
| Octal | 246 | 316 | 14 | 23 | 0 | 136 | 23 | 110 | 131 | 53 |
| Binary | 10100110 | 11001110 | 1100 | 10011 | 0 | 1011110 | 10011 | 1001000 | 1011001 | 101011 |
Color Harmonies of #A6CE0C
Complementary color
Monochromatic Colors of #A6CE0C
Black with #A6CE0C
Text Example
Text Example
White with #A6CE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE0C; }
p { color: rgb(166,206,12); }
H1.HeaderClassName
{
color: #A6CE0C;
}
.AnyTagClassName
{
color: #A6CE0C;
}
</style>
background-color css
<style>
a { background-color: #A6CE0C; }
a { background-color: rgb(166,206,12); }
div.DivClassName
{
background-color: #A6CE0C;
}
.BgClassName
{
background-color: #A6CE0C;
}
</style>
border-color css
<style>
span { border-color: #A6CE0C; }
span { border-color: rgb(166,206,12); }
td.TdClassName
{
border-color: #A6CE0C;
}
.TagClassName
{
border-color: #A6CE0C;
}
</style>