Shades of Olivine #9DC26C
Tints of Olivine #9DC26C
RGB
CMYK
RGB Variations
Color information
#9DC26C (or 0x9DC26C) is known color: Olivine. HEX triplet: 9D, C2 and 6C. RGB value is (157,194,108). Sum of RGB (Red+Green+Blue) = 157+194+108=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC26C is #623D93. Grayscale: #ADADAD. Windows color (decimal): -6438292 or 7127709. OLE color: 7127709.
HSL color Cylindrical-coordinate representation of color #9DC26C: hue angle of 85.81º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DC26C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 108 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.24 |
| HSL | 85.81º | 0.41% | 0.59% | - |
| HSV(B) | 85.81º | 0.44% | 0.76% | - |
| XYZ | 35.9 | 46.83 | 21.34 | - |
| YUV | 173.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 108 | 0.19 | 0 | 0.44 | 0.24 | 85.81 | 0.41 | 0.59 |
| Hex | 9D | C2 | 6C | 13 | 0 | 2C | 18 | 56 | 29 | 3B |
| Octal | 235 | 302 | 154 | 23 | 0 | 54 | 30 | 126 | 51 | 73 |
| Binary | 10011101 | 11000010 | 1101100 | 10011 | 0 | 101100 | 11000 | 1010110 | 101001 | 111011 |
Color Harmonies of #9DC26C
Complementary color
Monochromatic Colors of #9DC26C
Black with #9DC26C
Text Example
Text Example
White with #9DC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC26C; }
p { color: rgb(157,194,108); }
H1.HeaderClassName
{
color: #9DC26C;
}
.AnyTagClassName
{
color: #9DC26C;
}
</style>
background-color css
<style>
a { background-color: #9DC26C; }
a { background-color: rgb(157,194,108); }
div.DivClassName
{
background-color: #9DC26C;
}
.BgClassName
{
background-color: #9DC26C;
}
</style>
border-color css
<style>
span { border-color: #9DC26C; }
span { border-color: rgb(157,194,108); }
td.TdClassName
{
border-color: #9DC26C;
}
.TagClassName
{
border-color: #9DC26C;
}
</style>