Shades of Bahia #A0CA1C
Tints of Bahia #A0CA1C
RGB
CMYK
RGB Variations
Color information
#A0CA1C (or 0xA0CA1C) is known color: Bahia. HEX triplet: A0, CA and 1C. RGB value is (160,202,28). Sum of RGB (Red+Green+Blue) = 160+202+28=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CA1C is #5F35E3. Grayscale: #AAAAAA. Windows color (decimal): -6239716 or 1886880. OLE color: 1886880.
HSL color Cylindrical-coordinate representation of color #A0CA1C: hue angle of 74.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0CA1C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 28 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.21 |
| HSL | 74.48º | 0.76% | 0.45% | - |
| HSV(B) | 74.48º | 0.86% | 0.79% | - |
| XYZ | 35.83 | 49.8 | 8.82 | - |
| YUV | 169.61 | 48.09 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 28 | 0.21 | 0 | 0.86 | 0.21 | 74.48 | 0.76 | 0.45 |
| Hex | A0 | CA | 1C | 15 | 0 | 56 | 15 | 4A | 4C | 2D |
| Octal | 240 | 312 | 34 | 25 | 0 | 126 | 25 | 112 | 114 | 55 |
| Binary | 10100000 | 11001010 | 11100 | 10101 | 0 | 1010110 | 10101 | 1001010 | 1001100 | 101101 |
Color Harmonies of #A0CA1C
Complementary color
Monochromatic Colors of #A0CA1C
Black with #A0CA1C
Text Example
Text Example
White with #A0CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA1C; }
p { color: rgb(160,202,28); }
H1.HeaderClassName
{
color: #A0CA1C;
}
.AnyTagClassName
{
color: #A0CA1C;
}
</style>
background-color css
<style>
a { background-color: #A0CA1C; }
a { background-color: rgb(160,202,28); }
div.DivClassName
{
background-color: #A0CA1C;
}
.BgClassName
{
background-color: #A0CA1C;
}
</style>
border-color css
<style>
span { border-color: #A0CA1C; }
span { border-color: rgb(160,202,28); }
td.TdClassName
{
border-color: #A0CA1C;
}
.TagClassName
{
border-color: #A0CA1C;
}
</style>