Shades of Bahia #9DD013
Tints of Bahia #9DD013
RGB
CMYK
RGB Variations
Color information
#9DD013 (or 0x9DD013) is known color: Bahia. HEX triplet: 9D, D0 and 13. RGB value is (157,208,19). Sum of RGB (Red+Green+Blue) = 157+208+19=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD013 is #622FEC. Grayscale: #ABABAB. Windows color (decimal): -6434797 or 1298589. OLE color: 1298589.
HSL color Cylindrical-coordinate representation of color #9DD013: hue angle of 76.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DD013 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 19 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.18 |
| HSL | 76.19º | 0.83% | 0.45% | - |
| HSV(B) | 76.19º | 0.91% | 0.82% | - |
| XYZ | 36.58 | 52.33 | 8.79 | - |
| YUV | 171.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 19 | 0.25 | 0 | 0.91 | 0.18 | 76.19 | 0.83 | 0.45 |
| Hex | 9D | D0 | 13 | 19 | 0 | 5B | 12 | 4C | 53 | 2D |
| Octal | 235 | 320 | 23 | 31 | 0 | 133 | 22 | 114 | 123 | 55 |
| Binary | 10011101 | 11010000 | 10011 | 11001 | 0 | 1011011 | 10010 | 1001100 | 1010011 | 101101 |
Color Harmonies of #9DD013
Complementary color
Monochromatic Colors of #9DD013
Black with #9DD013
Text Example
Text Example
White with #9DD013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD013; }
p { color: rgb(157,208,19); }
H1.HeaderClassName
{
color: #9DD013;
}
.AnyTagClassName
{
color: #9DD013;
}
</style>
background-color css
<style>
a { background-color: #9DD013; }
a { background-color: rgb(157,208,19); }
div.DivClassName
{
background-color: #9DD013;
}
.BgClassName
{
background-color: #9DD013;
}
</style>
border-color css
<style>
span { border-color: #9DD013; }
span { border-color: rgb(157,208,19); }
td.TdClassName
{
border-color: #9DD013;
}
.TagClassName
{
border-color: #9DD013;
}
</style>