Shades of Olivine #9ED26B
Tints of Olivine #9ED26B
RGB
CMYK
RGB Variations
Color information
#9ED26B (or 0x9ED26B) is known color: Olivine. HEX triplet: 9E, D2 and 6B. RGB value is (158,210,107). Sum of RGB (Red+Green+Blue) = 158+210+107=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED26B is #612D94. Grayscale: #B7B7B7. Windows color (decimal): -6368661 or 7066270. OLE color: 7066270.
HSL color Cylindrical-coordinate representation of color #9ED26B: hue angle of 90.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ED26B is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 107 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.18 |
| HSL | 90.29º | 0.53% | 0.62% | - |
| HSV(B) | 90.29º | 0.49% | 0.82% | - |
| XYZ | 39.8 | 54.42 | 22.32 | - |
| YUV | 182.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 107 | 0.25 | 0 | 0.49 | 0.18 | 90.29 | 0.53 | 0.62 |
| Hex | 9E | D2 | 6B | 19 | 0 | 31 | 12 | 5A | 35 | 3E |
| Octal | 236 | 322 | 153 | 31 | 0 | 61 | 22 | 132 | 65 | 76 |
| Binary | 10011110 | 11010010 | 1101011 | 11001 | 0 | 110001 | 10010 | 1011010 | 110101 | 111110 |
Color Harmonies of #9ED26B
Complementary color
Monochromatic Colors of #9ED26B
Black with #9ED26B
Text Example
Text Example
White with #9ED26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED26B; }
p { color: rgb(158,210,107); }
H1.HeaderClassName
{
color: #9ED26B;
}
.AnyTagClassName
{
color: #9ED26B;
}
</style>
background-color css
<style>
a { background-color: #9ED26B; }
a { background-color: rgb(158,210,107); }
div.DivClassName
{
background-color: #9ED26B;
}
.BgClassName
{
background-color: #9ED26B;
}
</style>
border-color css
<style>
span { border-color: #9ED26B; }
span { border-color: rgb(158,210,107); }
td.TdClassName
{
border-color: #9ED26B;
}
.TagClassName
{
border-color: #9ED26B;
}
</style>