Shades of Bahia #9DCD14
Tints of Bahia #9DCD14
RGB
CMYK
RGB Variations
Color information
#9DCD14 (or 0x9DCD14) is known color: Bahia. HEX triplet: 9D, CD and 14. RGB value is (157,205,20). Sum of RGB (Red+Green+Blue) = 157+205+20=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD14 is #6232EB. Grayscale: #AAAAAA. Windows color (decimal): -6435564 or 1363357. OLE color: 1363357.
HSL color Cylindrical-coordinate representation of color #9DCD14: hue angle of 75.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DCD14 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 20 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.20 |
| HSL | 75.57º | 0.82% | 0.44% | - |
| HSV(B) | 75.57º | 0.9% | 0.8% | - |
| XYZ | 35.86 | 50.88 | 8.59 | - |
| YUV | 169.56 | 43.6 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 20 | 0.23 | 0 | 0.90 | 0.20 | 75.57 | 0.82 | 0.44 |
| Hex | 9D | CD | 14 | 17 | 0 | 5A | 14 | 4C | 52 | 2C |
| Octal | 235 | 315 | 24 | 27 | 0 | 132 | 24 | 114 | 122 | 54 |
| Binary | 10011101 | 11001101 | 10100 | 10111 | 0 | 1011010 | 10100 | 1001100 | 1010010 | 101100 |
Color Harmonies of #9DCD14
Complementary color
Monochromatic Colors of #9DCD14
Black with #9DCD14
Text Example
Text Example
White with #9DCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD14; }
p { color: rgb(157,205,20); }
H1.HeaderClassName
{
color: #9DCD14;
}
.AnyTagClassName
{
color: #9DCD14;
}
</style>
background-color css
<style>
a { background-color: #9DCD14; }
a { background-color: rgb(157,205,20); }
div.DivClassName
{
background-color: #9DCD14;
}
.BgClassName
{
background-color: #9DCD14;
}
</style>
border-color css
<style>
span { border-color: #9DCD14; }
span { border-color: rgb(157,205,20); }
td.TdClassName
{
border-color: #9DCD14;
}
.TagClassName
{
border-color: #9DCD14;
}
</style>