Shades of Bahia #A6CF10
Tints of Bahia #A6CF10
RGB
CMYK
RGB Variations
Color information
#A6CF10 (or 0xA6CF10) is known color: Bahia. HEX triplet: A6, CF and 10. RGB value is (166,207,16). Sum of RGB (Red+Green+Blue) = 166+207+16=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CF10 is #5930EF. Grayscale: #ADADAD. Windows color (decimal): -5845232 or 1101734. OLE color: 1101734.
HSL color Cylindrical-coordinate representation of color #A6CF10: hue angle of 72.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6CF10 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 16 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.19 |
| HSL | 72.88º | 0.86% | 0.44% | - |
| HSV(B) | 72.88º | 0.92% | 0.81% | - |
| XYZ | 38.13 | 52.77 | 8.67 | - |
| YUV | 172.97 | 39.42 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 16 | 0.20 | 0 | 0.92 | 0.19 | 72.88 | 0.86 | 0.44 |
| Hex | A6 | CF | 10 | 14 | 0 | 5C | 13 | 49 | 56 | 2C |
| Octal | 246 | 317 | 20 | 24 | 0 | 134 | 23 | 111 | 126 | 54 |
| Binary | 10100110 | 11001111 | 10000 | 10100 | 0 | 1011100 | 10011 | 1001001 | 1010110 | 101100 |
Color Harmonies of #A6CF10
Complementary color
Monochromatic Colors of #A6CF10
Black with #A6CF10
Text Example
Text Example
White with #A6CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF10; }
p { color: rgb(166,207,16); }
H1.HeaderClassName
{
color: #A6CF10;
}
.AnyTagClassName
{
color: #A6CF10;
}
</style>
background-color css
<style>
a { background-color: #A6CF10; }
a { background-color: rgb(166,207,16); }
div.DivClassName
{
background-color: #A6CF10;
}
.BgClassName
{
background-color: #A6CF10;
}
</style>
border-color css
<style>
span { border-color: #A6CF10; }
span { border-color: rgb(166,207,16); }
td.TdClassName
{
border-color: #A6CF10;
}
.TagClassName
{
border-color: #A6CF10;
}
</style>