Shades of Bahia #9DD111
Tints of Bahia #9DD111
RGB
CMYK
RGB Variations
Color information
#9DD111 (or 0x9DD111) is known color: Bahia. HEX triplet: 9D, D1 and 11. RGB value is (157,209,17). Sum of RGB (Red+Green+Blue) = 157+209+17=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 209 (82.03% from 255 or 54.57% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD111 is #622EEE. Grayscale: #ACACAC. Windows color (decimal): -6434543 or 1167773. OLE color: 1167773.
HSL color Cylindrical-coordinate representation of color #9DD111: hue angle of 76.25º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DD111 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 17 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.18 |
| HSL | 76.25º | 0.85% | 0.44% | - |
| HSV(B) | 76.25º | 0.92% | 0.82% | - |
| XYZ | 36.81 | 52.81 | 8.78 | - |
| YUV | 171.56 | 40.77 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 17 | 0.25 | 0 | 0.92 | 0.18 | 76.25 | 0.85 | 0.44 |
| Hex | 9D | D1 | 11 | 19 | 0 | 5C | 12 | 4C | 55 | 2C |
| Octal | 235 | 321 | 21 | 31 | 0 | 134 | 22 | 114 | 125 | 54 |
| Binary | 10011101 | 11010001 | 10001 | 11001 | 0 | 1011100 | 10010 | 1001100 | 1010101 | 101100 |
Color Harmonies of #9DD111
Complementary color
Monochromatic Colors of #9DD111
Black with #9DD111
Text Example
Text Example
White with #9DD111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD111; }
p { color: rgb(157,209,17); }
H1.HeaderClassName
{
color: #9DD111;
}
.AnyTagClassName
{
color: #9DD111;
}
</style>
background-color css
<style>
a { background-color: #9DD111; }
a { background-color: rgb(157,209,17); }
div.DivClassName
{
background-color: #9DD111;
}
.BgClassName
{
background-color: #9DD111;
}
</style>
border-color css
<style>
span { border-color: #9DD111; }
span { border-color: rgb(157,209,17); }
td.TdClassName
{
border-color: #9DD111;
}
.TagClassName
{
border-color: #9DD111;
}
</style>