Shades of Olivine #9DC558
Tints of Olivine #9DC558
RGB
CMYK
RGB Variations
Color information
#9DC558 (or 0x9DC558) is known color: Olivine. HEX triplet: 9D, C5 and 58. RGB value is (157,197,88). Sum of RGB (Red+Green+Blue) = 157+197+88=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC558 is #623AA7. Grayscale: #ADADAD. Windows color (decimal): -6437544 or 5817757. OLE color: 5817757.
HSL color Cylindrical-coordinate representation of color #9DC558: hue angle of 82.02º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DC558 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 88 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.23 |
| HSL | 82.02º | 0.48% | 0.56% | - |
| HSV(B) | 82.02º | 0.55% | 0.77% | - |
| XYZ | 35.63 | 47.81 | 16.58 | - |
| YUV | 172.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 88 | 0.20 | 0 | 0.55 | 0.23 | 82.02 | 0.48 | 0.56 |
| Hex | 9D | C5 | 58 | 14 | 0 | 37 | 17 | 52 | 30 | 38 |
| Octal | 235 | 305 | 130 | 24 | 0 | 67 | 27 | 122 | 60 | 70 |
| Binary | 10011101 | 11000101 | 1011000 | 10100 | 0 | 110111 | 10111 | 1010010 | 110000 | 111000 |
Color Harmonies of #9DC558
Complementary color
Monochromatic Colors of #9DC558
Black with #9DC558
Text Example
Text Example
White with #9DC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC558; }
p { color: rgb(157,197,88); }
H1.HeaderClassName
{
color: #9DC558;
}
.AnyTagClassName
{
color: #9DC558;
}
</style>
background-color css
<style>
a { background-color: #9DC558; }
a { background-color: rgb(157,197,88); }
div.DivClassName
{
background-color: #9DC558;
}
.BgClassName
{
background-color: #9DC558;
}
</style>
border-color css
<style>
span { border-color: #9DC558; }
span { border-color: rgb(157,197,88); }
td.TdClassName
{
border-color: #9DC558;
}
.TagClassName
{
border-color: #9DC558;
}
</style>