Shades of Olivine #9DC96D
Tints of Olivine #9DC96D
RGB
CMYK
RGB Variations
Color information
#9DC96D (or 0x9DC96D) is known color: Olivine. HEX triplet: 9D, C9 and 6D. RGB value is (157,201,109). Sum of RGB (Red+Green+Blue) = 157+201+109=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC96D is #623692. Grayscale: #B1B1B1. Windows color (decimal): -6436499 or 7195037. OLE color: 7195037.
HSL color Cylindrical-coordinate representation of color #9DC96D: hue angle of 88.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DC96D is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 109 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.21 |
| HSL | 88.7º | 0.46% | 0.61% | - |
| HSV(B) | 88.7º | 0.46% | 0.79% | - |
| XYZ | 37.55 | 50.05 | 22.15 | - |
| YUV | 177.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 109 | 0.22 | 0 | 0.46 | 0.21 | 88.7 | 0.46 | 0.61 |
| Hex | 9D | C9 | 6D | 16 | 0 | 2E | 15 | 59 | 2E | 3D |
| Octal | 235 | 311 | 155 | 26 | 0 | 56 | 25 | 131 | 56 | 75 |
| Binary | 10011101 | 11001001 | 1101101 | 10110 | 0 | 101110 | 10101 | 1011001 | 101110 | 111101 |
Color Harmonies of #9DC96D
Complementary color
Monochromatic Colors of #9DC96D
Black with #9DC96D
Text Example
Text Example
White with #9DC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC96D; }
p { color: rgb(157,201,109); }
H1.HeaderClassName
{
color: #9DC96D;
}
.AnyTagClassName
{
color: #9DC96D;
}
</style>
background-color css
<style>
a { background-color: #9DC96D; }
a { background-color: rgb(157,201,109); }
div.DivClassName
{
background-color: #9DC96D;
}
.BgClassName
{
background-color: #9DC96D;
}
</style>
border-color css
<style>
span { border-color: #9DC96D; }
span { border-color: rgb(157,201,109); }
td.TdClassName
{
border-color: #9DC96D;
}
.TagClassName
{
border-color: #9DC96D;
}
</style>