Shades of Olivine #9DC57C
Tints of Olivine #9DC57C
RGB
CMYK
RGB Variations
Color information
#9DC57C (or 0x9DC57C) is known color: Olivine. HEX triplet: 9D, C5 and 7C. RGB value is (157,197,124). Sum of RGB (Red+Green+Blue) = 157+197+124=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC57C is #623A83. Grayscale: #B0B0B0. Windows color (decimal): -6437508 or 8177053. OLE color: 8177053.
HSL color Cylindrical-coordinate representation of color #9DC57C: hue angle of 92.88º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DC57C is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 124 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.23 |
| HSL | 92.88º | 0.39% | 0.63% | - |
| HSV(B) | 92.88º | 0.37% | 0.77% | - |
| XYZ | 37.51 | 48.56 | 26.46 | - |
| YUV | 176.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 124 | 0.20 | 0 | 0.37 | 0.23 | 92.88 | 0.39 | 0.63 |
| Hex | 9D | C5 | 7C | 14 | 0 | 25 | 17 | 5D | 27 | 3F |
| Octal | 235 | 305 | 174 | 24 | 0 | 45 | 27 | 135 | 47 | 77 |
| Binary | 10011101 | 11000101 | 1111100 | 10100 | 0 | 100101 | 10111 | 1011101 | 100111 | 111111 |
Color Harmonies of #9DC57C
Complementary color
Monochromatic Colors of #9DC57C
Black with #9DC57C
Text Example
Text Example
White with #9DC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC57C; }
p { color: rgb(157,197,124); }
H1.HeaderClassName
{
color: #9DC57C;
}
.AnyTagClassName
{
color: #9DC57C;
}
</style>
background-color css
<style>
a { background-color: #9DC57C; }
a { background-color: rgb(157,197,124); }
div.DivClassName
{
background-color: #9DC57C;
}
.BgClassName
{
background-color: #9DC57C;
}
</style>
border-color css
<style>
span { border-color: #9DC57C; }
span { border-color: rgb(157,197,124); }
td.TdClassName
{
border-color: #9DC57C;
}
.TagClassName
{
border-color: #9DC57C;
}
</style>