Shades of Bahia #9DD014
Tints of Bahia #9DD014
RGB
CMYK
RGB Variations
Color information
#9DD014 (or 0x9DD014) is known color: Bahia. HEX triplet: 9D, D0 and 14. RGB value is (157,208,20). Sum of RGB (Red+Green+Blue) = 157+208+20=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD014 is #622FEB. Grayscale: #ACACAC. Windows color (decimal): -6434796 or 1364125. OLE color: 1364125.
HSL color Cylindrical-coordinate representation of color #9DD014: hue angle of 76.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DD014 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 20 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.18 |
| HSL | 76.28º | 0.82% | 0.45% | - |
| HSV(B) | 76.28º | 0.9% | 0.82% | - |
| XYZ | 36.59 | 52.33 | 8.83 | - |
| YUV | 171.32 | 42.6 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 20 | 0.25 | 0 | 0.90 | 0.18 | 76.28 | 0.82 | 0.45 |
| Hex | 9D | D0 | 14 | 19 | 0 | 5A | 12 | 4C | 52 | 2D |
| Octal | 235 | 320 | 24 | 31 | 0 | 132 | 22 | 114 | 122 | 55 |
| Binary | 10011101 | 11010000 | 10100 | 11001 | 0 | 1011010 | 10010 | 1001100 | 1010010 | 101101 |
Color Harmonies of #9DD014
Complementary color
Monochromatic Colors of #9DD014
Black with #9DD014
Text Example
Text Example
White with #9DD014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD014; }
p { color: rgb(157,208,20); }
H1.HeaderClassName
{
color: #9DD014;
}
.AnyTagClassName
{
color: #9DD014;
}
</style>
background-color css
<style>
a { background-color: #9DD014; }
a { background-color: rgb(157,208,20); }
div.DivClassName
{
background-color: #9DD014;
}
.BgClassName
{
background-color: #9DD014;
}
</style>
border-color css
<style>
span { border-color: #9DD014; }
span { border-color: rgb(157,208,20); }
td.TdClassName
{
border-color: #9DD014;
}
.TagClassName
{
border-color: #9DD014;
}
</style>