Shades of Olivine #9DCA5F
Tints of Olivine #9DCA5F
RGB
CMYK
RGB Variations
Color information
#9DCA5F (or 0x9DCA5F) is known color: Olivine. HEX triplet: 9D, CA and 5F. RGB value is (157,202,95). Sum of RGB (Red+Green+Blue) = 157+202+95=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA5F is #6235A0. Grayscale: #B0B0B0. Windows color (decimal): -6436257 or 6277789. OLE color: 6277789.
HSL color Cylindrical-coordinate representation of color #9DCA5F: hue angle of 85.23º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DCA5F is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 95 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.21 |
| HSL | 85.23º | 0.5% | 0.58% | - |
| HSV(B) | 85.23º | 0.53% | 0.79% | - |
| XYZ | 37.09 | 50.24 | 18.57 | - |
| YUV | 176.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 95 | 0.22 | 0 | 0.53 | 0.21 | 85.23 | 0.5 | 0.58 |
| Hex | 9D | CA | 5F | 16 | 0 | 35 | 15 | 55 | 32 | 3A |
| Octal | 235 | 312 | 137 | 26 | 0 | 65 | 25 | 125 | 62 | 72 |
| Binary | 10011101 | 11001010 | 1011111 | 10110 | 0 | 110101 | 10101 | 1010101 | 110010 | 111010 |
Color Harmonies of #9DCA5F
Complementary color
Monochromatic Colors of #9DCA5F
Black with #9DCA5F
Text Example
Text Example
White with #9DCA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCA5F; }
p { color: rgb(157,202,95); }
H1.HeaderClassName
{
color: #9DCA5F;
}
.AnyTagClassName
{
color: #9DCA5F;
}
</style>
background-color css
<style>
a { background-color: #9DCA5F; }
a { background-color: rgb(157,202,95); }
div.DivClassName
{
background-color: #9DCA5F;
}
.BgClassName
{
background-color: #9DCA5F;
}
</style>
border-color css
<style>
span { border-color: #9DCA5F; }
span { border-color: rgb(157,202,95); }
td.TdClassName
{
border-color: #9DCA5F;
}
.TagClassName
{
border-color: #9DCA5F;
}
</style>