Shades of Bahia #A0CE10
Tints of Bahia #A0CE10
RGB
CMYK
RGB Variations
Color information
#A0CE10 (or 0xA0CE10) is known color: Bahia. HEX triplet: A0, CE and 10. RGB value is (160,206,16). Sum of RGB (Red+Green+Blue) = 160+206+16=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 206 (80.86% from 255 or 53.93% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE10 is #5F31EF. Grayscale: #ABABAB. Windows color (decimal): -6238704 or 1101472. OLE color: 1101472.
HSL color Cylindrical-coordinate representation of color #A0CE10: hue angle of 74.53º 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 #A0CE10 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 16 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.19 |
| HSL | 74.53º | 0.86% | 0.44% | - |
| HSV(B) | 74.53º | 0.92% | 0.81% | - |
| XYZ | 36.66 | 51.65 | 8.53 | - |
| YUV | 170.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 16 | 0.22 | 0 | 0.92 | 0.19 | 74.53 | 0.86 | 0.44 |
| Hex | A0 | CE | 10 | 16 | 0 | 5C | 13 | 4B | 56 | 2C |
| Octal | 240 | 316 | 20 | 26 | 0 | 134 | 23 | 113 | 126 | 54 |
| Binary | 10100000 | 11001110 | 10000 | 10110 | 0 | 1011100 | 10011 | 1001011 | 1010110 | 101100 |
Color Harmonies of #A0CE10
Complementary color
Monochromatic Colors of #A0CE10
Black with #A0CE10
Text Example
Text Example
White with #A0CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE10; }
p { color: rgb(160,206,16); }
H1.HeaderClassName
{
color: #A0CE10;
}
.AnyTagClassName
{
color: #A0CE10;
}
</style>
background-color css
<style>
a { background-color: #A0CE10; }
a { background-color: rgb(160,206,16); }
div.DivClassName
{
background-color: #A0CE10;
}
.BgClassName
{
background-color: #A0CE10;
}
</style>
border-color css
<style>
span { border-color: #A0CE10; }
span { border-color: rgb(160,206,16); }
td.TdClassName
{
border-color: #A0CE10;
}
.TagClassName
{
border-color: #A0CE10;
}
</style>