Shades of Olivine #9DC262
Tints of Olivine #9DC262
RGB
CMYK
RGB Variations
Color information
#9DC262 (or 0x9DC262) is known color: Olivine. HEX triplet: 9D, C2 and 62. RGB value is (157,194,98). Sum of RGB (Red+Green+Blue) = 157+194+98=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC262 is #623D9D. Grayscale: #ACACAC. Windows color (decimal): -6438302 or 6472349. OLE color: 6472349.
HSL color Cylindrical-coordinate representation of color #9DC262: hue angle of 83.13º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DC262 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 98 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.24 |
| HSL | 83.13º | 0.44% | 0.57% | - |
| HSV(B) | 83.13º | 0.49% | 0.76% | - |
| XYZ | 35.4 | 46.63 | 18.69 | - |
| YUV | 171.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 98 | 0.19 | 0 | 0.49 | 0.24 | 83.13 | 0.44 | 0.57 |
| Hex | 9D | C2 | 62 | 13 | 0 | 31 | 18 | 53 | 2C | 39 |
| Octal | 235 | 302 | 142 | 23 | 0 | 61 | 30 | 123 | 54 | 71 |
| Binary | 10011101 | 11000010 | 1100010 | 10011 | 0 | 110001 | 11000 | 1010011 | 101100 | 111001 |
Color Harmonies of #9DC262
Complementary color
Monochromatic Colors of #9DC262
Black with #9DC262
Text Example
Text Example
White with #9DC262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC262; }
p { color: rgb(157,194,98); }
H1.HeaderClassName
{
color: #9DC262;
}
.AnyTagClassName
{
color: #9DC262;
}
</style>
background-color css
<style>
a { background-color: #9DC262; }
a { background-color: rgb(157,194,98); }
div.DivClassName
{
background-color: #9DC262;
}
.BgClassName
{
background-color: #9DC262;
}
</style>
border-color css
<style>
span { border-color: #9DC262; }
span { border-color: rgb(157,194,98); }
td.TdClassName
{
border-color: #9DC262;
}
.TagClassName
{
border-color: #9DC262;
}
</style>