Shades of Bahia #A0C91D
Tints of Bahia #A0C91D
RGB
CMYK
RGB Variations
Color information
#A0C91D (or 0xA0C91D) is known color: Bahia. HEX triplet: A0, C9 and 1D. RGB value is (160,201,29). Sum of RGB (Red+Green+Blue) = 160+201+29=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C91D is #5F36E2. Grayscale: #A9A9A9. Windows color (decimal): -6239971 or 1952160. OLE color: 1952160.
HSL color Cylindrical-coordinate representation of color #A0C91D: hue angle of 74.3º degrees, saturation: 0.75, 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 #A0C91D is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 29 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.21 |
| HSL | 74.3º | 0.75% | 0.45% | - |
| HSV(B) | 74.3º | 0.86% | 0.79% | - |
| XYZ | 35.61 | 49.34 | 8.81 | - |
| YUV | 169.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 29 | 0.20 | 0 | 0.86 | 0.21 | 74.3 | 0.75 | 0.45 |
| Hex | A0 | C9 | 1D | 14 | 0 | 56 | 15 | 4A | 4B | 2D |
| Octal | 240 | 311 | 35 | 24 | 0 | 126 | 25 | 112 | 113 | 55 |
| Binary | 10100000 | 11001001 | 11101 | 10100 | 0 | 1010110 | 10101 | 1001010 | 1001011 | 101101 |
Color Harmonies of #A0C91D
Complementary color
Monochromatic Colors of #A0C91D
Black with #A0C91D
Text Example
Text Example
White with #A0C91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C91D; }
p { color: rgb(160,201,29); }
H1.HeaderClassName
{
color: #A0C91D;
}
.AnyTagClassName
{
color: #A0C91D;
}
</style>
background-color css
<style>
a { background-color: #A0C91D; }
a { background-color: rgb(160,201,29); }
div.DivClassName
{
background-color: #A0C91D;
}
.BgClassName
{
background-color: #A0C91D;
}
</style>
border-color css
<style>
span { border-color: #A0C91D; }
span { border-color: rgb(160,201,29); }
td.TdClassName
{
border-color: #A0C91D;
}
.TagClassName
{
border-color: #A0C91D;
}
</style>