Shades of Olivine #9DC15A
Tints of Olivine #9DC15A
RGB
CMYK
RGB Variations
Color information
#9DC15A (or 0x9DC15A) is known color: Olivine. HEX triplet: 9D, C1 and 5A. RGB value is (157,193,90). Sum of RGB (Red+Green+Blue) = 157+193+90=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC15A is #623EA5. Grayscale: #AAAAAA. Windows color (decimal): -6438566 or 5947805. OLE color: 5947805.
HSL color Cylindrical-coordinate representation of color #9DC15A: hue angle of 80.97º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DC15A is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 90 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.24 |
| HSL | 80.97º | 0.45% | 0.55% | - |
| HSV(B) | 80.97º | 0.53% | 0.76% | - |
| XYZ | 34.82 | 46.05 | 16.73 | - |
| YUV | 170.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 90 | 0.19 | 0 | 0.53 | 0.24 | 80.97 | 0.45 | 0.55 |
| Hex | 9D | C1 | 5A | 13 | 0 | 35 | 18 | 51 | 2D | 37 |
| Octal | 235 | 301 | 132 | 23 | 0 | 65 | 30 | 121 | 55 | 67 |
| Binary | 10011101 | 11000001 | 1011010 | 10011 | 0 | 110101 | 11000 | 1010001 | 101101 | 110111 |
Color Harmonies of #9DC15A
Complementary color
Monochromatic Colors of #9DC15A
Black with #9DC15A
Text Example
Text Example
White with #9DC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC15A; }
p { color: rgb(157,193,90); }
H1.HeaderClassName
{
color: #9DC15A;
}
.AnyTagClassName
{
color: #9DC15A;
}
</style>
background-color css
<style>
a { background-color: #9DC15A; }
a { background-color: rgb(157,193,90); }
div.DivClassName
{
background-color: #9DC15A;
}
.BgClassName
{
background-color: #9DC15A;
}
</style>
border-color css
<style>
span { border-color: #9DC15A; }
span { border-color: rgb(157,193,90); }
td.TdClassName
{
border-color: #9DC15A;
}
.TagClassName
{
border-color: #9DC15A;
}
</style>