Shades of Olivine #9DC460
Tints of Olivine #9DC460
RGB
CMYK
RGB Variations
Color information
#9DC460 (or 0x9DC460) is known color: Olivine. HEX triplet: 9D, C4 and 60. RGB value is (157,196,96). Sum of RGB (Red+Green+Blue) = 157+196+96=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC460 is #623B9F. Grayscale: #ADADAD. Windows color (decimal): -6437792 or 6341789. OLE color: 6341789.
HSL color Cylindrical-coordinate representation of color #9DC460: hue angle of 83.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DC460 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 96 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.23 |
| HSL | 83.4º | 0.46% | 0.57% | - |
| HSV(B) | 83.4º | 0.51% | 0.77% | - |
| XYZ | 35.76 | 47.49 | 18.35 | - |
| YUV | 172.94 | 84.58 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 96 | 0.20 | 0 | 0.51 | 0.23 | 83.4 | 0.46 | 0.57 |
| Hex | 9D | C4 | 60 | 14 | 0 | 33 | 17 | 53 | 2E | 39 |
| Octal | 235 | 304 | 140 | 24 | 0 | 63 | 27 | 123 | 56 | 71 |
| Binary | 10011101 | 11000100 | 1100000 | 10100 | 0 | 110011 | 10111 | 1010011 | 101110 | 111001 |
Color Harmonies of #9DC460
Complementary color
Monochromatic Colors of #9DC460
Black with #9DC460
Text Example
Text Example
White with #9DC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC460; }
p { color: rgb(157,196,96); }
H1.HeaderClassName
{
color: #9DC460;
}
.AnyTagClassName
{
color: #9DC460;
}
</style>
background-color css
<style>
a { background-color: #9DC460; }
a { background-color: rgb(157,196,96); }
div.DivClassName
{
background-color: #9DC460;
}
.BgClassName
{
background-color: #9DC460;
}
</style>
border-color css
<style>
span { border-color: #9DC460; }
span { border-color: rgb(157,196,96); }
td.TdClassName
{
border-color: #9DC460;
}
.TagClassName
{
border-color: #9DC460;
}
</style>