Shades of Bahia #A0CA15
Tints of Bahia #A0CA15
RGB
CMYK
RGB Variations
Color information
#A0CA15 (or 0xA0CA15) is known color: Bahia. HEX triplet: A0, CA and 15. RGB value is (160,202,21). Sum of RGB (Red+Green+Blue) = 160+202+21=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA15 is #5F35EA. Grayscale: #A9A9A9. Windows color (decimal): -6239723 or 1428128. OLE color: 1428128.
HSL color Cylindrical-coordinate representation of color #A0CA15: hue angle of 73.92º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0CA15 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 21 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.21 |
| HSL | 73.92º | 0.81% | 0.44% | - |
| HSV(B) | 73.92º | 0.9% | 0.79% | - |
| XYZ | 35.75 | 49.77 | 8.43 | - |
| YUV | 168.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 21 | 0.21 | 0 | 0.90 | 0.21 | 73.92 | 0.81 | 0.44 |
| Hex | A0 | CA | 15 | 15 | 0 | 5A | 15 | 4A | 51 | 2C |
| Octal | 240 | 312 | 25 | 25 | 0 | 132 | 25 | 112 | 121 | 54 |
| Binary | 10100000 | 11001010 | 10101 | 10101 | 0 | 1011010 | 10101 | 1001010 | 1010001 | 101100 |
Color Harmonies of #A0CA15
Complementary color
Monochromatic Colors of #A0CA15
Black with #A0CA15
Text Example
Text Example
White with #A0CA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA15; }
p { color: rgb(160,202,21); }
H1.HeaderClassName
{
color: #A0CA15;
}
.AnyTagClassName
{
color: #A0CA15;
}
</style>
background-color css
<style>
a { background-color: #A0CA15; }
a { background-color: rgb(160,202,21); }
div.DivClassName
{
background-color: #A0CA15;
}
.BgClassName
{
background-color: #A0CA15;
}
</style>
border-color css
<style>
span { border-color: #A0CA15; }
span { border-color: rgb(160,202,21); }
td.TdClassName
{
border-color: #A0CA15;
}
.TagClassName
{
border-color: #A0CA15;
}
</style>