Shades of Olivine #9DC866
Tints of Olivine #9DC866
RGB
CMYK
RGB Variations
Color information
#9DC866 (or 0x9DC866) is known color: Olivine. HEX triplet: 9D, C8 and 66. RGB value is (157,200,102). Sum of RGB (Red+Green+Blue) = 157+200+102=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC866 is #623799. Grayscale: #B0B0B0. Windows color (decimal): -6436762 or 6736029. OLE color: 6736029.
HSL color Cylindrical-coordinate representation of color #9DC866: hue angle of 86.33º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DC866 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 102 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.22 |
| HSL | 86.33º | 0.47% | 0.59% | - |
| HSV(B) | 86.33º | 0.49% | 0.78% | - |
| XYZ | 36.96 | 49.44 | 20.16 | - |
| YUV | 175.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 102 | 0.22 | 0 | 0.49 | 0.22 | 86.33 | 0.47 | 0.59 |
| Hex | 9D | C8 | 66 | 16 | 0 | 31 | 16 | 56 | 2F | 3B |
| Octal | 235 | 310 | 146 | 26 | 0 | 61 | 26 | 126 | 57 | 73 |
| Binary | 10011101 | 11001000 | 1100110 | 10110 | 0 | 110001 | 10110 | 1010110 | 101111 | 111011 |
Color Harmonies of #9DC866
Complementary color
Monochromatic Colors of #9DC866
Black with #9DC866
Text Example
Text Example
White with #9DC866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC866; }
p { color: rgb(157,200,102); }
H1.HeaderClassName
{
color: #9DC866;
}
.AnyTagClassName
{
color: #9DC866;
}
</style>
background-color css
<style>
a { background-color: #9DC866; }
a { background-color: rgb(157,200,102); }
div.DivClassName
{
background-color: #9DC866;
}
.BgClassName
{
background-color: #9DC866;
}
</style>
border-color css
<style>
span { border-color: #9DC866; }
span { border-color: rgb(157,200,102); }
td.TdClassName
{
border-color: #9DC866;
}
.TagClassName
{
border-color: #9DC866;
}
</style>