Shades of Olivine #9DC16A
Tints of Olivine #9DC16A
RGB
CMYK
RGB Variations
Color information
#9DC16A (or 0x9DC16A) is known color: Olivine. HEX triplet: 9D, C1 and 6A. RGB value is (157,193,106). Sum of RGB (Red+Green+Blue) = 157+193+106=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC16A is #623E95. Grayscale: #ACACAC. Windows color (decimal): -6438550 or 6996381. OLE color: 6996381.
HSL color Cylindrical-coordinate representation of color #9DC16A: hue angle of 84.83º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DC16A is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 106 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.24 |
| HSL | 84.83º | 0.41% | 0.59% | - |
| HSV(B) | 84.83º | 0.45% | 0.76% | - |
| XYZ | 35.58 | 46.35 | 20.71 | - |
| YUV | 172.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 106 | 0.19 | 0 | 0.45 | 0.24 | 84.83 | 0.41 | 0.59 |
| Hex | 9D | C1 | 6A | 13 | 0 | 2D | 18 | 55 | 29 | 3B |
| Octal | 235 | 301 | 152 | 23 | 0 | 55 | 30 | 125 | 51 | 73 |
| Binary | 10011101 | 11000001 | 1101010 | 10011 | 0 | 101101 | 11000 | 1010101 | 101001 | 111011 |
Color Harmonies of #9DC16A
Complementary color
Monochromatic Colors of #9DC16A
Black with #9DC16A
Text Example
Text Example
White with #9DC16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC16A; }
p { color: rgb(157,193,106); }
H1.HeaderClassName
{
color: #9DC16A;
}
.AnyTagClassName
{
color: #9DC16A;
}
</style>
background-color css
<style>
a { background-color: #9DC16A; }
a { background-color: rgb(157,193,106); }
div.DivClassName
{
background-color: #9DC16A;
}
.BgClassName
{
background-color: #9DC16A;
}
</style>
border-color css
<style>
span { border-color: #9DC16A; }
span { border-color: rgb(157,193,106); }
td.TdClassName
{
border-color: #9DC16A;
}
.TagClassName
{
border-color: #9DC16A;
}
</style>