Shades of Olivine #9DD16D
Tints of Olivine #9DD16D
RGB
CMYK
RGB Variations
Color information
#9DD16D (or 0x9DD16D) is known color: Olivine. HEX triplet: 9D, D1 and 6D. RGB value is (157,209,109). Sum of RGB (Red+Green+Blue) = 157+209+109=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD16D is #622E92. Grayscale: #B6B6B6. Windows color (decimal): -6434451 or 7197085. OLE color: 7197085.
HSL color Cylindrical-coordinate representation of color #9DD16D: hue angle of 91.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DD16D is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 109 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.18 |
| HSL | 91.2º | 0.52% | 0.62% | - |
| HSV(B) | 91.2º | 0.48% | 0.82% | - |
| XYZ | 39.47 | 53.87 | 22.79 | - |
| YUV | 182.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 109 | 0.25 | 0 | 0.48 | 0.18 | 91.2 | 0.52 | 0.62 |
| Hex | 9D | D1 | 6D | 19 | 0 | 30 | 12 | 5B | 34 | 3E |
| Octal | 235 | 321 | 155 | 31 | 0 | 60 | 22 | 133 | 64 | 76 |
| Binary | 10011101 | 11010001 | 1101101 | 11001 | 0 | 110000 | 10010 | 1011011 | 110100 | 111110 |
Color Harmonies of #9DD16D
Complementary color
Monochromatic Colors of #9DD16D
Black with #9DD16D
Text Example
Text Example
White with #9DD16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD16D; }
p { color: rgb(157,209,109); }
H1.HeaderClassName
{
color: #9DD16D;
}
.AnyTagClassName
{
color: #9DD16D;
}
</style>
background-color css
<style>
a { background-color: #9DD16D; }
a { background-color: rgb(157,209,109); }
div.DivClassName
{
background-color: #9DD16D;
}
.BgClassName
{
background-color: #9DD16D;
}
</style>
border-color css
<style>
span { border-color: #9DD16D; }
span { border-color: rgb(157,209,109); }
td.TdClassName
{
border-color: #9DD16D;
}
.TagClassName
{
border-color: #9DD16D;
}
</style>