Shades of Bahia #A6CE12
Tints of Bahia #A6CE12
RGB
CMYK
RGB Variations
Color information
#A6CE12 (or 0xA6CE12) is known color: Bahia. HEX triplet: A6, CE and 12. RGB value is (166,206,18). Sum of RGB (Red+Green+Blue) = 166+206+18=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CE12 is #5931ED. Grayscale: #ADADAD. Windows color (decimal): -5845486 or 1232550. OLE color: 1232550.
HSL color Cylindrical-coordinate representation of color #A6CE12: hue angle of 72.77º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6CE12 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 18 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.19 |
| HSL | 72.77º | 0.84% | 0.44% | - |
| HSV(B) | 72.77º | 0.91% | 0.81% | - |
| XYZ | 37.91 | 52.29 | 8.67 | - |
| YUV | 172.61 | 40.75 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 18 | 0.19 | 0 | 0.91 | 0.19 | 72.77 | 0.84 | 0.44 |
| Hex | A6 | CE | 12 | 13 | 0 | 5B | 13 | 49 | 54 | 2C |
| Octal | 246 | 316 | 22 | 23 | 0 | 133 | 23 | 111 | 124 | 54 |
| Binary | 10100110 | 11001110 | 10010 | 10011 | 0 | 1011011 | 10011 | 1001001 | 1010100 | 101100 |
Color Harmonies of #A6CE12
Complementary color
Monochromatic Colors of #A6CE12
Black with #A6CE12
Text Example
Text Example
White with #A6CE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE12; }
p { color: rgb(166,206,18); }
H1.HeaderClassName
{
color: #A6CE12;
}
.AnyTagClassName
{
color: #A6CE12;
}
</style>
background-color css
<style>
a { background-color: #A6CE12; }
a { background-color: rgb(166,206,18); }
div.DivClassName
{
background-color: #A6CE12;
}
.BgClassName
{
background-color: #A6CE12;
}
</style>
border-color css
<style>
span { border-color: #A6CE12; }
span { border-color: rgb(166,206,18); }
td.TdClassName
{
border-color: #A6CE12;
}
.TagClassName
{
border-color: #A6CE12;
}
</style>