Shades of Olivine #9DC16D
Tints of Olivine #9DC16D
RGB
CMYK
RGB Variations
Color information
#9DC16D (or 0x9DC16D) is known color: Olivine. HEX triplet: 9D, C1 and 6D. RGB value is (157,193,109). Sum of RGB (Red+Green+Blue) = 157+193+109=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC16D is #623E92. Grayscale: #ACACAC. Windows color (decimal): -6438547 or 7192989. OLE color: 7192989.
HSL color Cylindrical-coordinate representation of color #9DC16D: hue angle of 85.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DC16D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 109 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.24 |
| HSL | 85.71º | 0.4% | 0.59% | - |
| HSV(B) | 85.71º | 0.44% | 0.76% | - |
| XYZ | 35.73 | 46.41 | 21.54 | - |
| YUV | 172.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 109 | 0.19 | 0 | 0.44 | 0.24 | 85.71 | 0.4 | 0.59 |
| Hex | 9D | C1 | 6D | 13 | 0 | 2C | 18 | 56 | 28 | 3B |
| Octal | 235 | 301 | 155 | 23 | 0 | 54 | 30 | 126 | 50 | 73 |
| Binary | 10011101 | 11000001 | 1101101 | 10011 | 0 | 101100 | 11000 | 1010110 | 101000 | 111011 |
Color Harmonies of #9DC16D
Complementary color
Monochromatic Colors of #9DC16D
Black with #9DC16D
Text Example
Text Example
White with #9DC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC16D; }
p { color: rgb(157,193,109); }
H1.HeaderClassName
{
color: #9DC16D;
}
.AnyTagClassName
{
color: #9DC16D;
}
</style>
background-color css
<style>
a { background-color: #9DC16D; }
a { background-color: rgb(157,193,109); }
div.DivClassName
{
background-color: #9DC16D;
}
.BgClassName
{
background-color: #9DC16D;
}
</style>
border-color css
<style>
span { border-color: #9DC16D; }
span { border-color: rgb(157,193,109); }
td.TdClassName
{
border-color: #9DC16D;
}
.TagClassName
{
border-color: #9DC16D;
}
</style>