Shades of Bahia #A0CE11
Tints of Bahia #A0CE11
RGB
CMYK
RGB Variations
Color information
#A0CE11 (or 0xA0CE11) is known color: Bahia. HEX triplet: A0, CE and 11. RGB value is (160,206,17). Sum of RGB (Red+Green+Blue) = 160+206+17=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 206 (80.86% from 255 or 53.79% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE11 is #5F31EE. Grayscale: #ABABAB. Windows color (decimal): -6238703 or 1167008. OLE color: 1167008.
HSL color Cylindrical-coordinate representation of color #A0CE11: hue angle of 74.6º degrees, saturation: 0.85, 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 #A0CE11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.19 |
| HSL | 74.6º | 0.85% | 0.44% | - |
| HSV(B) | 74.6º | 0.92% | 0.81% | - |
| XYZ | 36.67 | 51.66 | 8.57 | - |
| YUV | 170.7 | 41.26 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 17 | 0.22 | 0 | 0.92 | 0.19 | 74.6 | 0.85 | 0.44 |
| Hex | A0 | CE | 11 | 16 | 0 | 5C | 13 | 4B | 55 | 2C |
| Octal | 240 | 316 | 21 | 26 | 0 | 134 | 23 | 113 | 125 | 54 |
| Binary | 10100000 | 11001110 | 10001 | 10110 | 0 | 1011100 | 10011 | 1001011 | 1010101 | 101100 |
Color Harmonies of #A0CE11
Complementary color
Monochromatic Colors of #A0CE11
Black with #A0CE11
Text Example
Text Example
White with #A0CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE11; }
p { color: rgb(160,206,17); }
H1.HeaderClassName
{
color: #A0CE11;
}
.AnyTagClassName
{
color: #A0CE11;
}
</style>
background-color css
<style>
a { background-color: #A0CE11; }
a { background-color: rgb(160,206,17); }
div.DivClassName
{
background-color: #A0CE11;
}
.BgClassName
{
background-color: #A0CE11;
}
</style>
border-color css
<style>
span { border-color: #A0CE11; }
span { border-color: rgb(160,206,17); }
td.TdClassName
{
border-color: #A0CE11;
}
.TagClassName
{
border-color: #A0CE11;
}
</style>