Shades of Bahia #A0CA11
Tints of Bahia #A0CA11
RGB
CMYK
RGB Variations
Color information
#A0CA11 (or 0xA0CA11) is known color: Bahia. HEX triplet: A0, CA and 11. RGB value is (160,202,17). Sum of RGB (Red+Green+Blue) = 160+202+17=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA11 is #5F35EE. Grayscale: #A9A9A9. Windows color (decimal): -6239727 or 1165984. OLE color: 1165984.
HSL color Cylindrical-coordinate representation of color #A0CA11: hue angle of 73.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0CA11 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 17 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.21 |
| HSL | 73.62º | 0.84% | 0.43% | - |
| HSV(B) | 73.62º | 0.92% | 0.79% | - |
| XYZ | 35.72 | 49.76 | 8.25 | - |
| YUV | 168.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 17 | 0.21 | 0 | 0.92 | 0.21 | 73.62 | 0.84 | 0.43 |
| Hex | A0 | CA | 11 | 15 | 0 | 5C | 15 | 4A | 54 | 2B |
| Octal | 240 | 312 | 21 | 25 | 0 | 134 | 25 | 112 | 124 | 53 |
| Binary | 10100000 | 11001010 | 10001 | 10101 | 0 | 1011100 | 10101 | 1001010 | 1010100 | 101011 |
Color Harmonies of #A0CA11
Complementary color
Monochromatic Colors of #A0CA11
Black with #A0CA11
Text Example
Text Example
White with #A0CA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA11; }
p { color: rgb(160,202,17); }
H1.HeaderClassName
{
color: #A0CA11;
}
.AnyTagClassName
{
color: #A0CA11;
}
</style>
background-color css
<style>
a { background-color: #A0CA11; }
a { background-color: rgb(160,202,17); }
div.DivClassName
{
background-color: #A0CA11;
}
.BgClassName
{
background-color: #A0CA11;
}
</style>
border-color css
<style>
span { border-color: #A0CA11; }
span { border-color: rgb(160,202,17); }
td.TdClassName
{
border-color: #A0CA11;
}
.TagClassName
{
border-color: #A0CA11;
}
</style>