Shades of Olivine #9DC37A
Tints of Olivine #9DC37A
RGB
CMYK
RGB Variations
Color information
#9DC37A (or 0x9DC37A) is known color: Olivine. HEX triplet: 9D, C3 and 7A. RGB value is (157,195,122). Sum of RGB (Red+Green+Blue) = 157+195+122=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC37A is #623C85. Grayscale: #AFAFAF. Windows color (decimal): -6438022 or 8045469. OLE color: 8045469.
HSL color Cylindrical-coordinate representation of color #9DC37A: hue angle of 91.23º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DC37A is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 195 | 122 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.24 |
| HSL | 91.23º | 0.38% | 0.62% | - |
| HSV(B) | 91.23º | 0.37% | 0.76% | - |
| XYZ | 36.93 | 47.6 | 25.65 | - |
| YUV | 175.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 122 | 0.19 | 0 | 0.37 | 0.24 | 91.23 | 0.38 | 0.62 |
| Hex | 9D | C3 | 7A | 13 | 0 | 25 | 18 | 5B | 26 | 3E |
| Octal | 235 | 303 | 172 | 23 | 0 | 45 | 30 | 133 | 46 | 76 |
| Binary | 10011101 | 11000011 | 1111010 | 10011 | 0 | 100101 | 11000 | 1011011 | 100110 | 111110 |
Color Harmonies of #9DC37A
Complementary color
Monochromatic Colors of #9DC37A
Black with #9DC37A
Text Example
Text Example
White with #9DC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC37A; }
p { color: rgb(157,195,122); }
H1.HeaderClassName
{
color: #9DC37A;
}
.AnyTagClassName
{
color: #9DC37A;
}
</style>
background-color css
<style>
a { background-color: #9DC37A; }
a { background-color: rgb(157,195,122); }
div.DivClassName
{
background-color: #9DC37A;
}
.BgClassName
{
background-color: #9DC37A;
}
</style>
border-color css
<style>
span { border-color: #9DC37A; }
span { border-color: rgb(157,195,122); }
td.TdClassName
{
border-color: #9DC37A;
}
.TagClassName
{
border-color: #9DC37A;
}
</style>