Shades of Olivine #9DD46A
Tints of Olivine #9DD46A
RGB
CMYK
RGB Variations
Color information
#9DD46A (or 0x9DD46A) is known color: Olivine. HEX triplet: 9D, D4 and 6A. RGB value is (157,212,106). Sum of RGB (Red+Green+Blue) = 157+212+106=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD46A is #622B95. Grayscale: #B7B7B7. Windows color (decimal): -6433686 or 7001245. OLE color: 7001245.
HSL color Cylindrical-coordinate representation of color #9DD46A: hue angle of 91.13º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DD46A is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 106 | - |
| CMYK | 0.26 | 0 | 0.5 | 0.17 |
| HSL | 91.13º | 0.55% | 0.62% | - |
| HSV(B) | 91.13º | 0.5% | 0.83% | - |
| XYZ | 40.05 | 55.3 | 22.2 | - |
| YUV | 183.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 106 | 0.26 | 0 | 0.5 | 0.17 | 91.13 | 0.55 | 0.62 |
| Hex | 9D | D4 | 6A | 1A | 0 | 32 | 11 | 5B | 37 | 3E |
| Octal | 235 | 324 | 152 | 32 | 0 | 62 | 21 | 133 | 67 | 76 |
| Binary | 10011101 | 11010100 | 1101010 | 11010 | 0 | 110010 | 10001 | 1011011 | 110111 | 111110 |
Color Harmonies of #9DD46A
Complementary color
Monochromatic Colors of #9DD46A
Black with #9DD46A
Text Example
Text Example
White with #9DD46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD46A; }
p { color: rgb(157,212,106); }
H1.HeaderClassName
{
color: #9DD46A;
}
.AnyTagClassName
{
color: #9DD46A;
}
</style>
background-color css
<style>
a { background-color: #9DD46A; }
a { background-color: rgb(157,212,106); }
div.DivClassName
{
background-color: #9DD46A;
}
.BgClassName
{
background-color: #9DD46A;
}
</style>
border-color css
<style>
span { border-color: #9DD46A; }
span { border-color: rgb(157,212,106); }
td.TdClassName
{
border-color: #9DD46A;
}
.TagClassName
{
border-color: #9DD46A;
}
</style>