Shades of Olivine #9DC17C
Tints of Olivine #9DC17C
RGB
CMYK
RGB Variations
Color information
#9DC17C (or 0x9DC17C) is known color: Olivine. HEX triplet: 9D, C1 and 7C. RGB value is (157,193,124). Sum of RGB (Red+Green+Blue) = 157+193+124=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC17C is #623E83. Grayscale: #AEAEAE. Windows color (decimal): -6438532 or 8176029. OLE color: 8176029.
HSL color Cylindrical-coordinate representation of color #9DC17C: hue angle of 91.3º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DC17C is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 124 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.24 |
| HSL | 91.3º | 0.36% | 0.62% | - |
| HSV(B) | 91.3º | 0.36% | 0.76% | - |
| XYZ | 36.61 | 46.76 | 26.17 | - |
| YUV | 174.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 124 | 0.19 | 0 | 0.36 | 0.24 | 91.3 | 0.36 | 0.62 |
| Hex | 9D | C1 | 7C | 13 | 0 | 24 | 18 | 5B | 24 | 3E |
| Octal | 235 | 301 | 174 | 23 | 0 | 44 | 30 | 133 | 44 | 76 |
| Binary | 10011101 | 11000001 | 1111100 | 10011 | 0 | 100100 | 11000 | 1011011 | 100100 | 111110 |
Color Harmonies of #9DC17C
Complementary color
Monochromatic Colors of #9DC17C
Black with #9DC17C
Text Example
Text Example
White with #9DC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC17C; }
p { color: rgb(157,193,124); }
H1.HeaderClassName
{
color: #9DC17C;
}
.AnyTagClassName
{
color: #9DC17C;
}
</style>
background-color css
<style>
a { background-color: #9DC17C; }
a { background-color: rgb(157,193,124); }
div.DivClassName
{
background-color: #9DC17C;
}
.BgClassName
{
background-color: #9DC17C;
}
</style>
border-color css
<style>
span { border-color: #9DC17C; }
span { border-color: rgb(157,193,124); }
td.TdClassName
{
border-color: #9DC17C;
}
.TagClassName
{
border-color: #9DC17C;
}
</style>