Shades of Bahia #9ECC13
Tints of Bahia #9ECC13
RGB
CMYK
RGB Variations
Color information
#9ECC13 (or 0x9ECC13) is known color: Bahia. HEX triplet: 9E, CC and 13. RGB value is (158,204,19). Sum of RGB (Red+Green+Blue) = 158+204+19=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECC13 is #6133EC. Grayscale: #A9A9A9. Windows color (decimal): -6370285 or 1297566. OLE color: 1297566.
HSL color Cylindrical-coordinate representation of color #9ECC13: hue angle of 74.92º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ECC13 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 19 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.2 |
| HSL | 74.92º | 0.83% | 0.44% | - |
| HSV(B) | 74.92º | 0.91% | 0.8% | - |
| XYZ | 35.81 | 50.5 | 8.48 | - |
| YUV | 169.16 | 43.26 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 19 | 0.23 | 0 | 0.91 | 0.2 | 74.92 | 0.83 | 0.44 |
| Hex | 9E | CC | 13 | 17 | 0 | 5B | 14 | 4B | 53 | 2C |
| Octal | 236 | 314 | 23 | 27 | 0 | 133 | 24 | 113 | 123 | 54 |
| Binary | 10011110 | 11001100 | 10011 | 10111 | 0 | 1011011 | 10100 | 1001011 | 1010011 | 101100 |
Color Harmonies of #9ECC13
Complementary color
Monochromatic Colors of #9ECC13
Black with #9ECC13
Text Example
Text Example
White with #9ECC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC13; }
p { color: rgb(158,204,19); }
H1.HeaderClassName
{
color: #9ECC13;
}
.AnyTagClassName
{
color: #9ECC13;
}
</style>
background-color css
<style>
a { background-color: #9ECC13; }
a { background-color: rgb(158,204,19); }
div.DivClassName
{
background-color: #9ECC13;
}
.BgClassName
{
background-color: #9ECC13;
}
</style>
border-color css
<style>
span { border-color: #9ECC13; }
span { border-color: rgb(158,204,19); }
td.TdClassName
{
border-color: #9ECC13;
}
.TagClassName
{
border-color: #9ECC13;
}
</style>