Shades of Olivine #9DC66E
Tints of Olivine #9DC66E
RGB
CMYK
RGB Variations
Color information
#9DC66E (or 0x9DC66E) is known color: Olivine. HEX triplet: 9D, C6 and 6E. RGB value is (157,198,110). Sum of RGB (Red+Green+Blue) = 157+198+110=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC66E is #623991. Grayscale: #B0B0B0. Windows color (decimal): -6437266 or 7259805. OLE color: 7259805.
HSL color Cylindrical-coordinate representation of color #9DC66E: hue angle of 87.95º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DC66E is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 110 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.22 |
| HSL | 87.95º | 0.44% | 0.6% | - |
| HSV(B) | 87.95º | 0.44% | 0.78% | - |
| XYZ | 36.91 | 48.68 | 22.2 | - |
| YUV | 175.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 110 | 0.21 | 0 | 0.44 | 0.22 | 87.95 | 0.44 | 0.6 |
| Hex | 9D | C6 | 6E | 15 | 0 | 2C | 16 | 58 | 2C | 3C |
| Octal | 235 | 306 | 156 | 25 | 0 | 54 | 26 | 130 | 54 | 74 |
| Binary | 10011101 | 11000110 | 1101110 | 10101 | 0 | 101100 | 10110 | 1011000 | 101100 | 111100 |
Color Harmonies of #9DC66E
Complementary color
Monochromatic Colors of #9DC66E
Black with #9DC66E
Text Example
Text Example
White with #9DC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC66E; }
p { color: rgb(157,198,110); }
H1.HeaderClassName
{
color: #9DC66E;
}
.AnyTagClassName
{
color: #9DC66E;
}
</style>
background-color css
<style>
a { background-color: #9DC66E; }
a { background-color: rgb(157,198,110); }
div.DivClassName
{
background-color: #9DC66E;
}
.BgClassName
{
background-color: #9DC66E;
}
</style>
border-color css
<style>
span { border-color: #9DC66E; }
span { border-color: rgb(157,198,110); }
td.TdClassName
{
border-color: #9DC66E;
}
.TagClassName
{
border-color: #9DC66E;
}
</style>