Shades of Bahia #A0CA1A
Tints of Bahia #A0CA1A
RGB
CMYK
RGB Variations
Color information
#A0CA1A (or 0xA0CA1A) is known color: Bahia. HEX triplet: A0, CA and 1A. RGB value is (160,202,26). Sum of RGB (Red+Green+Blue) = 160+202+26=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA1A is #5F35E5. Grayscale: #AAAAAA. Windows color (decimal): -6239718 or 1755808. OLE color: 1755808.
HSL color Cylindrical-coordinate representation of color #A0CA1A: hue angle of 74.32º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0CA1A is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 26 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.21 |
| HSL | 74.32º | 0.77% | 0.45% | - |
| HSV(B) | 74.32º | 0.87% | 0.79% | - |
| XYZ | 35.8 | 49.79 | 8.7 | - |
| YUV | 169.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 26 | 0.21 | 0 | 0.87 | 0.21 | 74.32 | 0.77 | 0.45 |
| Hex | A0 | CA | 1A | 15 | 0 | 57 | 15 | 4A | 4D | 2D |
| Octal | 240 | 312 | 32 | 25 | 0 | 127 | 25 | 112 | 115 | 55 |
| Binary | 10100000 | 11001010 | 11010 | 10101 | 0 | 1010111 | 10101 | 1001010 | 1001101 | 101101 |
Color Harmonies of #A0CA1A
Complementary color
Monochromatic Colors of #A0CA1A
Black with #A0CA1A
Text Example
Text Example
White with #A0CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA1A; }
p { color: rgb(160,202,26); }
H1.HeaderClassName
{
color: #A0CA1A;
}
.AnyTagClassName
{
color: #A0CA1A;
}
</style>
background-color css
<style>
a { background-color: #A0CA1A; }
a { background-color: rgb(160,202,26); }
div.DivClassName
{
background-color: #A0CA1A;
}
.BgClassName
{
background-color: #A0CA1A;
}
</style>
border-color css
<style>
span { border-color: #A0CA1A; }
span { border-color: rgb(160,202,26); }
td.TdClassName
{
border-color: #A0CA1A;
}
.TagClassName
{
border-color: #A0CA1A;
}
</style>