Shades of Olivine #9DC263
Tints of Olivine #9DC263
RGB
CMYK
RGB Variations
Color information
#9DC263 (or 0x9DC263) is known color: Olivine. HEX triplet: 9D, C2 and 63. RGB value is (157,194,99). Sum of RGB (Red+Green+Blue) = 157+194+99=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC263 is #623D9C. Grayscale: #ACACAC. Windows color (decimal): -6438301 or 6537885. OLE color: 6537885.
HSL color Cylindrical-coordinate representation of color #9DC263: hue angle of 83.37º 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 #9DC263 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 99 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.24 |
| HSL | 83.37º | 0.44% | 0.57% | - |
| HSV(B) | 83.37º | 0.49% | 0.76% | - |
| XYZ | 35.45 | 46.65 | 18.94 | - |
| YUV | 172.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 99 | 0.19 | 0 | 0.49 | 0.24 | 83.37 | 0.44 | 0.57 |
| Hex | 9D | C2 | 63 | 13 | 0 | 31 | 18 | 53 | 2C | 39 |
| Octal | 235 | 302 | 143 | 23 | 0 | 61 | 30 | 123 | 54 | 71 |
| Binary | 10011101 | 11000010 | 1100011 | 10011 | 0 | 110001 | 11000 | 1010011 | 101100 | 111001 |
Color Harmonies of #9DC263
Complementary color
Monochromatic Colors of #9DC263
Black with #9DC263
Text Example
Text Example
White with #9DC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC263; }
p { color: rgb(157,194,99); }
H1.HeaderClassName
{
color: #9DC263;
}
.AnyTagClassName
{
color: #9DC263;
}
</style>
background-color css
<style>
a { background-color: #9DC263; }
a { background-color: rgb(157,194,99); }
div.DivClassName
{
background-color: #9DC263;
}
.BgClassName
{
background-color: #9DC263;
}
</style>
border-color css
<style>
span { border-color: #9DC263; }
span { border-color: rgb(157,194,99); }
td.TdClassName
{
border-color: #9DC263;
}
.TagClassName
{
border-color: #9DC263;
}
</style>