Shades of Bahia #A0C919
Tints of Bahia #A0C919
RGB
CMYK
RGB Variations
Color information
#A0C919 (or 0xA0C919) is known color: Bahia. HEX triplet: A0, C9 and 19. RGB value is (160,201,25). Sum of RGB (Red+Green+Blue) = 160+201+25=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C919 is #5F36E6. Grayscale: #A9A9A9. Windows color (decimal): -6239975 or 1690016. OLE color: 1690016.
HSL color Cylindrical-coordinate representation of color #A0C919: hue angle of 73.98º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0C919 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 25 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.21 |
| HSL | 73.98º | 0.78% | 0.44% | - |
| HSV(B) | 73.98º | 0.88% | 0.79% | - |
| XYZ | 35.56 | 49.32 | 8.56 | - |
| YUV | 168.68 | 46.92 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 25 | 0.20 | 0 | 0.88 | 0.21 | 73.98 | 0.78 | 0.44 |
| Hex | A0 | C9 | 19 | 14 | 0 | 58 | 15 | 4A | 4E | 2C |
| Octal | 240 | 311 | 31 | 24 | 0 | 130 | 25 | 112 | 116 | 54 |
| Binary | 10100000 | 11001001 | 11001 | 10100 | 0 | 1011000 | 10101 | 1001010 | 1001110 | 101100 |
Color Harmonies of #A0C919
Complementary color
Monochromatic Colors of #A0C919
Black with #A0C919
Text Example
Text Example
White with #A0C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C919; }
p { color: rgb(160,201,25); }
H1.HeaderClassName
{
color: #A0C919;
}
.AnyTagClassName
{
color: #A0C919;
}
</style>
background-color css
<style>
a { background-color: #A0C919; }
a { background-color: rgb(160,201,25); }
div.DivClassName
{
background-color: #A0C919;
}
.BgClassName
{
background-color: #A0C919;
}
</style>
border-color css
<style>
span { border-color: #A0C919; }
span { border-color: rgb(160,201,25); }
td.TdClassName
{
border-color: #A0C919;
}
.TagClassName
{
border-color: #A0C919;
}
</style>