Shades of Bahia #A0CE15
Tints of Bahia #A0CE15
RGB
CMYK
RGB Variations
Color information
#A0CE15 (or 0xA0CE15) is known color: Bahia. HEX triplet: A0, CE and 15. RGB value is (160,206,21). Sum of RGB (Red+Green+Blue) = 160+206+21=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE15 is #5F31EA. Grayscale: #ABABAB. Windows color (decimal): -6238699 or 1429152. OLE color: 1429152.
HSL color Cylindrical-coordinate representation of color #A0CE15: hue angle of 74.92º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0CE15 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 21 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.19 |
| HSL | 74.92º | 0.81% | 0.45% | - |
| HSV(B) | 74.92º | 0.9% | 0.81% | - |
| XYZ | 36.7 | 51.67 | 8.75 | - |
| YUV | 171.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 21 | 0.22 | 0 | 0.90 | 0.19 | 74.92 | 0.81 | 0.45 |
| Hex | A0 | CE | 15 | 16 | 0 | 5A | 13 | 4B | 51 | 2D |
| Octal | 240 | 316 | 25 | 26 | 0 | 132 | 23 | 113 | 121 | 55 |
| Binary | 10100000 | 11001110 | 10101 | 10110 | 0 | 1011010 | 10011 | 1001011 | 1010001 | 101101 |
Color Harmonies of #A0CE15
Complementary color
Monochromatic Colors of #A0CE15
Black with #A0CE15
Text Example
Text Example
White with #A0CE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE15; }
p { color: rgb(160,206,21); }
H1.HeaderClassName
{
color: #A0CE15;
}
.AnyTagClassName
{
color: #A0CE15;
}
</style>
background-color css
<style>
a { background-color: #A0CE15; }
a { background-color: rgb(160,206,21); }
div.DivClassName
{
background-color: #A0CE15;
}
.BgClassName
{
background-color: #A0CE15;
}
</style>
border-color css
<style>
span { border-color: #A0CE15; }
span { border-color: rgb(160,206,21); }
td.TdClassName
{
border-color: #A0CE15;
}
.TagClassName
{
border-color: #A0CE15;
}
</style>