Shades of Olivine #9DD16C
Tints of Olivine #9DD16C
RGB
CMYK
RGB Variations
Color information
#9DD16C (or 0x9DD16C) is known color: Olivine. HEX triplet: 9D, D1 and 6C. RGB value is (157,209,108). Sum of RGB (Red+Green+Blue) = 157+209+108=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD16C is #622E93. Grayscale: #B6B6B6. Windows color (decimal): -6434452 or 7131549. OLE color: 7131549.
HSL color Cylindrical-coordinate representation of color #9DD16C: hue angle of 90.89º 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 #9DD16C is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 108 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.18 |
| HSL | 90.89º | 0.52% | 0.62% | - |
| HSV(B) | 90.89º | 0.48% | 0.82% | - |
| XYZ | 39.41 | 53.85 | 22.5 | - |
| YUV | 181.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 108 | 0.25 | 0 | 0.48 | 0.18 | 90.89 | 0.52 | 0.62 |
| Hex | 9D | D1 | 6C | 19 | 0 | 30 | 12 | 5B | 34 | 3E |
| Octal | 235 | 321 | 154 | 31 | 0 | 60 | 22 | 133 | 64 | 76 |
| Binary | 10011101 | 11010001 | 1101100 | 11001 | 0 | 110000 | 10010 | 1011011 | 110100 | 111110 |
Color Harmonies of #9DD16C
Complementary color
Monochromatic Colors of #9DD16C
Black with #9DD16C
Text Example
Text Example
White with #9DD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD16C; }
p { color: rgb(157,209,108); }
H1.HeaderClassName
{
color: #9DD16C;
}
.AnyTagClassName
{
color: #9DD16C;
}
</style>
background-color css
<style>
a { background-color: #9DD16C; }
a { background-color: rgb(157,209,108); }
div.DivClassName
{
background-color: #9DD16C;
}
.BgClassName
{
background-color: #9DD16C;
}
</style>
border-color css
<style>
span { border-color: #9DD16C; }
span { border-color: rgb(157,209,108); }
td.TdClassName
{
border-color: #9DD16C;
}
.TagClassName
{
border-color: #9DD16C;
}
</style>