Shades of Bahia #A6CE14
Tints of Bahia #A6CE14
RGB
CMYK
RGB Variations
Color information
#A6CE14 (or 0xA6CE14) is known color: Bahia. HEX triplet: A6, CE and 14. RGB value is (166,206,20). Sum of RGB (Red+Green+Blue) = 166+206+20=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CE14 is #5931EB. Grayscale: #ADADAD. Windows color (decimal): -5845484 or 1363622. OLE color: 1363622.
HSL color Cylindrical-coordinate representation of color #A6CE14: hue angle of 72.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6CE14 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 20 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.19 |
| HSL | 72.9º | 0.82% | 0.44% | - |
| HSV(B) | 72.9º | 0.9% | 0.81% | - |
| XYZ | 37.92 | 52.3 | 8.76 | - |
| YUV | 172.84 | 41.75 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 20 | 0.19 | 0 | 0.90 | 0.19 | 72.9 | 0.82 | 0.44 |
| Hex | A6 | CE | 14 | 13 | 0 | 5A | 13 | 49 | 52 | 2C |
| Octal | 246 | 316 | 24 | 23 | 0 | 132 | 23 | 111 | 122 | 54 |
| Binary | 10100110 | 11001110 | 10100 | 10011 | 0 | 1011010 | 10011 | 1001001 | 1010010 | 101100 |
Color Harmonies of #A6CE14
Complementary color
Monochromatic Colors of #A6CE14
Black with #A6CE14
Text Example
Text Example
White with #A6CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE14; }
p { color: rgb(166,206,20); }
H1.HeaderClassName
{
color: #A6CE14;
}
.AnyTagClassName
{
color: #A6CE14;
}
</style>
background-color css
<style>
a { background-color: #A6CE14; }
a { background-color: rgb(166,206,20); }
div.DivClassName
{
background-color: #A6CE14;
}
.BgClassName
{
background-color: #A6CE14;
}
</style>
border-color css
<style>
span { border-color: #A6CE14; }
span { border-color: rgb(166,206,20); }
td.TdClassName
{
border-color: #A6CE14;
}
.TagClassName
{
border-color: #A6CE14;
}
</style>