Shades of Olivine #9DC95A
Tints of Olivine #9DC95A
RGB
CMYK
RGB Variations
Color information
#9DC95A (or 0x9DC95A) is known color: Olivine. HEX triplet: 9D, C9 and 5A. RGB value is (157,201,90). Sum of RGB (Red+Green+Blue) = 157+201+90=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC95A is #6236A5. Grayscale: #AFAFAF. Windows color (decimal): -6436518 or 5949853. OLE color: 5949853.
HSL color Cylindrical-coordinate representation of color #9DC95A: hue angle of 83.78º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DC95A is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 90 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.21 |
| HSL | 83.78º | 0.51% | 0.57% | - |
| HSV(B) | 83.78º | 0.55% | 0.79% | - |
| XYZ | 36.64 | 49.68 | 17.33 | - |
| YUV | 175.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 90 | 0.22 | 0 | 0.55 | 0.21 | 83.78 | 0.51 | 0.57 |
| Hex | 9D | C9 | 5A | 16 | 0 | 37 | 15 | 54 | 33 | 39 |
| Octal | 235 | 311 | 132 | 26 | 0 | 67 | 25 | 124 | 63 | 71 |
| Binary | 10011101 | 11001001 | 1011010 | 10110 | 0 | 110111 | 10101 | 1010100 | 110011 | 111001 |
Color Harmonies of #9DC95A
Complementary color
Monochromatic Colors of #9DC95A
Black with #9DC95A
Text Example
Text Example
White with #9DC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC95A; }
p { color: rgb(157,201,90); }
H1.HeaderClassName
{
color: #9DC95A;
}
.AnyTagClassName
{
color: #9DC95A;
}
</style>
background-color css
<style>
a { background-color: #9DC95A; }
a { background-color: rgb(157,201,90); }
div.DivClassName
{
background-color: #9DC95A;
}
.BgClassName
{
background-color: #9DC95A;
}
</style>
border-color css
<style>
span { border-color: #9DC95A; }
span { border-color: rgb(157,201,90); }
td.TdClassName
{
border-color: #9DC95A;
}
.TagClassName
{
border-color: #9DC95A;
}
</style>