Shades of Bahia #A0CD11
Tints of Bahia #A0CD11
RGB
CMYK
RGB Variations
Color information
#A0CD11 (or 0xA0CD11) is known color: Bahia. HEX triplet: A0, CD and 11. RGB value is (160,205,17). Sum of RGB (Red+Green+Blue) = 160+205+17=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CD11 is #5F32EE. Grayscale: #AAAAAA. Windows color (decimal): -6238959 or 1166752. OLE color: 1166752.
HSL color Cylindrical-coordinate representation of color #A0CD11: hue angle of 74.36º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0CD11 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.20 |
| HSL | 74.36º | 0.85% | 0.44% | - |
| HSV(B) | 74.36º | 0.92% | 0.8% | - |
| XYZ | 36.43 | 51.18 | 8.49 | - |
| YUV | 170.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 17 | 0.22 | 0 | 0.92 | 0.20 | 74.36 | 0.85 | 0.44 |
| Hex | A0 | CD | 11 | 16 | 0 | 5C | 14 | 4A | 55 | 2C |
| Octal | 240 | 315 | 21 | 26 | 0 | 134 | 24 | 112 | 125 | 54 |
| Binary | 10100000 | 11001101 | 10001 | 10110 | 0 | 1011100 | 10100 | 1001010 | 1010101 | 101100 |
Color Harmonies of #A0CD11
Complementary color
Monochromatic Colors of #A0CD11
Black with #A0CD11
Text Example
Text Example
White with #A0CD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD11; }
p { color: rgb(160,205,17); }
H1.HeaderClassName
{
color: #A0CD11;
}
.AnyTagClassName
{
color: #A0CD11;
}
</style>
background-color css
<style>
a { background-color: #A0CD11; }
a { background-color: rgb(160,205,17); }
div.DivClassName
{
background-color: #A0CD11;
}
.BgClassName
{
background-color: #A0CD11;
}
</style>
border-color css
<style>
span { border-color: #A0CD11; }
span { border-color: rgb(160,205,17); }
td.TdClassName
{
border-color: #A0CD11;
}
.TagClassName
{
border-color: #A0CD11;
}
</style>