Shades of Olivine #9DC46C
Tints of Olivine #9DC46C
RGB
CMYK
RGB Variations
Color information
#9DC46C (or 0x9DC46C) is known color: Olivine. HEX triplet: 9D, C4 and 6C. RGB value is (157,196,108). Sum of RGB (Red+Green+Blue) = 157+196+108=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC46C is #623B93. Grayscale: #AEAEAE. Windows color (decimal): -6437780 or 7128221. OLE color: 7128221.
HSL color Cylindrical-coordinate representation of color #9DC46C: hue angle of 86.59º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DC46C is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 108 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.23 |
| HSL | 86.59º | 0.43% | 0.6% | - |
| HSV(B) | 86.59º | 0.45% | 0.77% | - |
| XYZ | 36.35 | 47.73 | 21.48 | - |
| YUV | 174.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 108 | 0.20 | 0 | 0.45 | 0.23 | 86.59 | 0.43 | 0.6 |
| Hex | 9D | C4 | 6C | 14 | 0 | 2D | 17 | 57 | 2B | 3C |
| Octal | 235 | 304 | 154 | 24 | 0 | 55 | 27 | 127 | 53 | 74 |
| Binary | 10011101 | 11000100 | 1101100 | 10100 | 0 | 101101 | 10111 | 1010111 | 101011 | 111100 |
Color Harmonies of #9DC46C
Complementary color
Monochromatic Colors of #9DC46C
Black with #9DC46C
Text Example
Text Example
White with #9DC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC46C; }
p { color: rgb(157,196,108); }
H1.HeaderClassName
{
color: #9DC46C;
}
.AnyTagClassName
{
color: #9DC46C;
}
</style>
background-color css
<style>
a { background-color: #9DC46C; }
a { background-color: rgb(157,196,108); }
div.DivClassName
{
background-color: #9DC46C;
}
.BgClassName
{
background-color: #9DC46C;
}
</style>
border-color css
<style>
span { border-color: #9DC46C; }
span { border-color: rgb(157,196,108); }
td.TdClassName
{
border-color: #9DC46C;
}
.TagClassName
{
border-color: #9DC46C;
}
</style>