Shades of Olivine #9DCD5E
Tints of Olivine #9DCD5E
RGB
CMYK
RGB Variations
Color information
#9DCD5E (or 0x9DCD5E) is known color: Olivine. HEX triplet: 9D, CD and 5E. RGB value is (157,205,94). Sum of RGB (Red+Green+Blue) = 157+205+94=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD5E is #6232A1. Grayscale: #B2B2B2. Windows color (decimal): -6435490 or 6213021. OLE color: 6213021.
HSL color Cylindrical-coordinate representation of color #9DCD5E: hue angle of 85.95º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DCD5E is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 94 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.20 |
| HSL | 85.95º | 0.53% | 0.59% | - |
| HSV(B) | 85.95º | 0.54% | 0.8% | - |
| XYZ | 37.76 | 51.64 | 18.57 | - |
| YUV | 177.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 94 | 0.23 | 0 | 0.54 | 0.20 | 85.95 | 0.53 | 0.59 |
| Hex | 9D | CD | 5E | 17 | 0 | 36 | 14 | 56 | 35 | 3B |
| Octal | 235 | 315 | 136 | 27 | 0 | 66 | 24 | 126 | 65 | 73 |
| Binary | 10011101 | 11001101 | 1011110 | 10111 | 0 | 110110 | 10100 | 1010110 | 110101 | 111011 |
Color Harmonies of #9DCD5E
Complementary color
Monochromatic Colors of #9DCD5E
Black with #9DCD5E
Text Example
Text Example
White with #9DCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD5E; }
p { color: rgb(157,205,94); }
H1.HeaderClassName
{
color: #9DCD5E;
}
.AnyTagClassName
{
color: #9DCD5E;
}
</style>
background-color css
<style>
a { background-color: #9DCD5E; }
a { background-color: rgb(157,205,94); }
div.DivClassName
{
background-color: #9DCD5E;
}
.BgClassName
{
background-color: #9DCD5E;
}
</style>
border-color css
<style>
span { border-color: #9DCD5E; }
span { border-color: rgb(157,205,94); }
td.TdClassName
{
border-color: #9DCD5E;
}
.TagClassName
{
border-color: #9DCD5E;
}
</style>