Shades of Olivine #9DC25B
Tints of Olivine #9DC25B
RGB
CMYK
RGB Variations
Color information
#9DC25B (or 0x9DC25B) is known color: Olivine. HEX triplet: 9D, C2 and 5B. RGB value is (157,194,91). Sum of RGB (Red+Green+Blue) = 157+194+91=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC25B is #623DA4. Grayscale: #ABABAB. Windows color (decimal): -6438309 or 6013597. OLE color: 6013597.
HSL color Cylindrical-coordinate representation of color #9DC25B: hue angle of 81.55º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DC25B is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 91 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.24 |
| HSL | 81.55º | 0.46% | 0.56% | - |
| HSV(B) | 81.55º | 0.53% | 0.76% | - |
| XYZ | 35.08 | 46.51 | 17.03 | - |
| YUV | 171.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 91 | 0.19 | 0 | 0.53 | 0.24 | 81.55 | 0.46 | 0.56 |
| Hex | 9D | C2 | 5B | 13 | 0 | 35 | 18 | 52 | 2E | 38 |
| Octal | 235 | 302 | 133 | 23 | 0 | 65 | 30 | 122 | 56 | 70 |
| Binary | 10011101 | 11000010 | 1011011 | 10011 | 0 | 110101 | 11000 | 1010010 | 101110 | 111000 |
Color Harmonies of #9DC25B
Complementary color
Monochromatic Colors of #9DC25B
Black with #9DC25B
Text Example
Text Example
White with #9DC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC25B; }
p { color: rgb(157,194,91); }
H1.HeaderClassName
{
color: #9DC25B;
}
.AnyTagClassName
{
color: #9DC25B;
}
</style>
background-color css
<style>
a { background-color: #9DC25B; }
a { background-color: rgb(157,194,91); }
div.DivClassName
{
background-color: #9DC25B;
}
.BgClassName
{
background-color: #9DC25B;
}
</style>
border-color css
<style>
span { border-color: #9DC25B; }
span { border-color: rgb(157,194,91); }
td.TdClassName
{
border-color: #9DC25B;
}
.TagClassName
{
border-color: #9DC25B;
}
</style>