Shades of Olivine #9DC47D
Tints of Olivine #9DC47D
RGB
CMYK
RGB Variations
Color information
#9DC47D (or 0x9DC47D) is known color: Olivine. HEX triplet: 9D, C4 and 7D. RGB value is (157,196,125). Sum of RGB (Red+Green+Blue) = 157+196+125=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC47D is #623B82. Grayscale: #B0B0B0. Windows color (decimal): -6437763 or 8242333. OLE color: 8242333.
HSL color Cylindrical-coordinate representation of color #9DC47D: hue angle of 92.96º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DC47D is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 125 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.23 |
| HSL | 92.96º | 0.38% | 0.63% | - |
| HSV(B) | 92.96º | 0.36% | 0.77% | - |
| XYZ | 37.35 | 48.13 | 26.72 | - |
| YUV | 176.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 125 | 0.20 | 0 | 0.36 | 0.23 | 92.96 | 0.38 | 0.63 |
| Hex | 9D | C4 | 7D | 14 | 0 | 24 | 17 | 5D | 26 | 3F |
| Octal | 235 | 304 | 175 | 24 | 0 | 44 | 27 | 135 | 46 | 77 |
| Binary | 10011101 | 11000100 | 1111101 | 10100 | 0 | 100100 | 10111 | 1011101 | 100110 | 111111 |
Color Harmonies of #9DC47D
Complementary color
Monochromatic Colors of #9DC47D
Black with #9DC47D
Text Example
Text Example
White with #9DC47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC47D; }
p { color: rgb(157,196,125); }
H1.HeaderClassName
{
color: #9DC47D;
}
.AnyTagClassName
{
color: #9DC47D;
}
</style>
background-color css
<style>
a { background-color: #9DC47D; }
a { background-color: rgb(157,196,125); }
div.DivClassName
{
background-color: #9DC47D;
}
.BgClassName
{
background-color: #9DC47D;
}
</style>
border-color css
<style>
span { border-color: #9DC47D; }
span { border-color: rgb(157,196,125); }
td.TdClassName
{
border-color: #9DC47D;
}
.TagClassName
{
border-color: #9DC47D;
}
</style>