Shades of Olivine #9DC26B
Tints of Olivine #9DC26B
RGB
CMYK
RGB Variations
Color information
#9DC26B (or 0x9DC26B) is known color: Olivine. HEX triplet: 9D, C2 and 6B. RGB value is (157,194,107). Sum of RGB (Red+Green+Blue) = 157+194+107=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC26B is #623D94. Grayscale: #ADADAD. Windows color (decimal): -6438293 or 7062173. OLE color: 7062173.
HSL color Cylindrical-coordinate representation of color #9DC26B: hue angle of 85.52º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DC26B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 107 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.24 |
| HSL | 85.52º | 0.42% | 0.59% | - |
| HSV(B) | 85.52º | 0.45% | 0.76% | - |
| XYZ | 35.85 | 46.81 | 21.06 | - |
| YUV | 173.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 107 | 0.19 | 0 | 0.45 | 0.24 | 85.52 | 0.42 | 0.59 |
| Hex | 9D | C2 | 6B | 13 | 0 | 2D | 18 | 56 | 2A | 3B |
| Octal | 235 | 302 | 153 | 23 | 0 | 55 | 30 | 126 | 52 | 73 |
| Binary | 10011101 | 11000010 | 1101011 | 10011 | 0 | 101101 | 11000 | 1010110 | 101010 | 111011 |
Color Harmonies of #9DC26B
Complementary color
Monochromatic Colors of #9DC26B
Black with #9DC26B
Text Example
Text Example
White with #9DC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC26B; }
p { color: rgb(157,194,107); }
H1.HeaderClassName
{
color: #9DC26B;
}
.AnyTagClassName
{
color: #9DC26B;
}
</style>
background-color css
<style>
a { background-color: #9DC26B; }
a { background-color: rgb(157,194,107); }
div.DivClassName
{
background-color: #9DC26B;
}
.BgClassName
{
background-color: #9DC26B;
}
</style>
border-color css
<style>
span { border-color: #9DC26B; }
span { border-color: rgb(157,194,107); }
td.TdClassName
{
border-color: #9DC26B;
}
.TagClassName
{
border-color: #9DC26B;
}
</style>