Shades of Olivine #9DC863
Tints of Olivine #9DC863
RGB
CMYK
RGB Variations
Color information
#9DC863 (or 0x9DC863) is known color: Olivine. HEX triplet: 9D, C8 and 63. RGB value is (157,200,99). Sum of RGB (Red+Green+Blue) = 157+200+99=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC863 is #62379C. Grayscale: #AFAFAF. Windows color (decimal): -6436765 or 6539421. OLE color: 6539421.
HSL color Cylindrical-coordinate representation of color #9DC863: hue angle of 85.54º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DC863 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 99 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.22 |
| HSL | 85.54º | 0.48% | 0.59% | - |
| HSV(B) | 85.54º | 0.51% | 0.78% | - |
| XYZ | 36.81 | 49.38 | 19.4 | - |
| YUV | 175.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 99 | 0.22 | 0 | 0.50 | 0.22 | 85.54 | 0.48 | 0.59 |
| Hex | 9D | C8 | 63 | 16 | 0 | 32 | 16 | 56 | 30 | 3B |
| Octal | 235 | 310 | 143 | 26 | 0 | 62 | 26 | 126 | 60 | 73 |
| Binary | 10011101 | 11001000 | 1100011 | 10110 | 0 | 110010 | 10110 | 1010110 | 110000 | 111011 |
Color Harmonies of #9DC863
Complementary color
Monochromatic Colors of #9DC863
Black with #9DC863
Text Example
Text Example
White with #9DC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC863; }
p { color: rgb(157,200,99); }
H1.HeaderClassName
{
color: #9DC863;
}
.AnyTagClassName
{
color: #9DC863;
}
</style>
background-color css
<style>
a { background-color: #9DC863; }
a { background-color: rgb(157,200,99); }
div.DivClassName
{
background-color: #9DC863;
}
.BgClassName
{
background-color: #9DC863;
}
</style>
border-color css
<style>
span { border-color: #9DC863; }
span { border-color: rgb(157,200,99); }
td.TdClassName
{
border-color: #9DC863;
}
.TagClassName
{
border-color: #9DC863;
}
</style>