Shades of Bahia #A0C914
Tints of Bahia #A0C914
RGB
CMYK
RGB Variations
Color information
#A0C914 (or 0xA0C914) is known color: Bahia. HEX triplet: A0, C9 and 14. RGB value is (160,201,20). Sum of RGB (Red+Green+Blue) = 160+201+20=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C914 is #5F36EB. Grayscale: #A8A8A8. Windows color (decimal): -6239980 or 1362336. OLE color: 1362336.
HSL color Cylindrical-coordinate representation of color #A0C914: hue angle of 73.59º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0C914 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 20 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.21 |
| HSL | 73.59º | 0.82% | 0.43% | - |
| HSV(B) | 73.59º | 0.9% | 0.79% | - |
| XYZ | 35.51 | 49.3 | 8.31 | - |
| YUV | 168.11 | 44.42 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 20 | 0.20 | 0 | 0.90 | 0.21 | 73.59 | 0.82 | 0.43 |
| Hex | A0 | C9 | 14 | 14 | 0 | 5A | 15 | 4A | 52 | 2B |
| Octal | 240 | 311 | 24 | 24 | 0 | 132 | 25 | 112 | 122 | 53 |
| Binary | 10100000 | 11001001 | 10100 | 10100 | 0 | 1011010 | 10101 | 1001010 | 1010010 | 101011 |
Color Harmonies of #A0C914
Complementary color
Monochromatic Colors of #A0C914
Black with #A0C914
Text Example
Text Example
White with #A0C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C914; }
p { color: rgb(160,201,20); }
H1.HeaderClassName
{
color: #A0C914;
}
.AnyTagClassName
{
color: #A0C914;
}
</style>
background-color css
<style>
a { background-color: #A0C914; }
a { background-color: rgb(160,201,20); }
div.DivClassName
{
background-color: #A0C914;
}
.BgClassName
{
background-color: #A0C914;
}
</style>
border-color css
<style>
span { border-color: #A0C914; }
span { border-color: rgb(160,201,20); }
td.TdClassName
{
border-color: #A0C914;
}
.TagClassName
{
border-color: #A0C914;
}
</style>