Shades of Olivine #9DC27E
Tints of Olivine #9DC27E
RGB
CMYK
RGB Variations
Color information
#9DC27E (or 0x9DC27E) is known color: Olivine. HEX triplet: 9D, C2 and 7E. RGB value is (157,194,126). Sum of RGB (Red+Green+Blue) = 157+194+126=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC27E is #623D81. Grayscale: #AFAFAF. Windows color (decimal): -6438274 or 8307357. OLE color: 8307357.
HSL color Cylindrical-coordinate representation of color #9DC27E: hue angle of 92.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DC27E is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 126 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.24 |
| HSL | 92.65º | 0.36% | 0.63% | - |
| HSV(B) | 92.65º | 0.35% | 0.76% | - |
| XYZ | 36.96 | 47.26 | 26.91 | - |
| YUV | 175.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 126 | 0.19 | 0 | 0.35 | 0.24 | 92.65 | 0.36 | 0.63 |
| Hex | 9D | C2 | 7E | 13 | 0 | 23 | 18 | 5D | 24 | 3F |
| Octal | 235 | 302 | 176 | 23 | 0 | 43 | 30 | 135 | 44 | 77 |
| Binary | 10011101 | 11000010 | 1111110 | 10011 | 0 | 100011 | 11000 | 1011101 | 100100 | 111111 |
Color Harmonies of #9DC27E
Complementary color
Monochromatic Colors of #9DC27E
Black with #9DC27E
Text Example
Text Example
White with #9DC27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC27E; }
p { color: rgb(157,194,126); }
H1.HeaderClassName
{
color: #9DC27E;
}
.AnyTagClassName
{
color: #9DC27E;
}
</style>
background-color css
<style>
a { background-color: #9DC27E; }
a { background-color: rgb(157,194,126); }
div.DivClassName
{
background-color: #9DC27E;
}
.BgClassName
{
background-color: #9DC27E;
}
</style>
border-color css
<style>
span { border-color: #9DC27E; }
span { border-color: rgb(157,194,126); }
td.TdClassName
{
border-color: #9DC27E;
}
.TagClassName
{
border-color: #9DC27E;
}
</style>