Shades of Bahia #9ECD11
Tints of Bahia #9ECD11
RGB
CMYK
RGB Variations
Color information
#9ECD11 (or 0x9ECD11) is known color: Bahia. HEX triplet: 9E, CD and 11. RGB value is (158,205,17). Sum of RGB (Red+Green+Blue) = 158+205+17=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECD11 is #6132EE. Grayscale: #AAAAAA. Windows color (decimal): -6370031 or 1166750. OLE color: 1166750.
HSL color Cylindrical-coordinate representation of color #9ECD11: hue angle of 75º 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 #9ECD11 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 17 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.20 |
| HSL | 75º | 0.85% | 0.44% | - |
| HSV(B) | 75º | 0.92% | 0.8% | - |
| XYZ | 36.03 | 50.97 | 8.47 | - |
| YUV | 169.52 | 41.93 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 17 | 0.23 | 0 | 0.92 | 0.20 | 75 | 0.85 | 0.44 |
| Hex | 9E | CD | 11 | 17 | 0 | 5C | 14 | 4B | 55 | 2C |
| Octal | 236 | 315 | 21 | 27 | 0 | 134 | 24 | 113 | 125 | 54 |
| Binary | 10011110 | 11001101 | 10001 | 10111 | 0 | 1011100 | 10100 | 1001011 | 1010101 | 101100 |
Color Harmonies of #9ECD11
Complementary color
Monochromatic Colors of #9ECD11
Black with #9ECD11
Text Example
Text Example
White with #9ECD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD11; }
p { color: rgb(158,205,17); }
H1.HeaderClassName
{
color: #9ECD11;
}
.AnyTagClassName
{
color: #9ECD11;
}
</style>
background-color css
<style>
a { background-color: #9ECD11; }
a { background-color: rgb(158,205,17); }
div.DivClassName
{
background-color: #9ECD11;
}
.BgClassName
{
background-color: #9ECD11;
}
</style>
border-color css
<style>
span { border-color: #9ECD11; }
span { border-color: rgb(158,205,17); }
td.TdClassName
{
border-color: #9ECD11;
}
.TagClassName
{
border-color: #9ECD11;
}
</style>