Shades of Olivine #9ED265
Tints of Olivine #9ED265
RGB
CMYK
RGB Variations
Color information
#9ED265 (or 0x9ED265) is known color: Olivine. HEX triplet: 9E, D2 and 65. RGB value is (158,210,101). Sum of RGB (Red+Green+Blue) = 158+210+101=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED265 is #612D9A. Grayscale: #B6B6B6. Windows color (decimal): -6368667 or 6673054. OLE color: 6673054.
HSL color Cylindrical-coordinate representation of color #9ED265: hue angle of 88.62º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ED265 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 101 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.18 |
| HSL | 88.62º | 0.55% | 0.61% | - |
| HSV(B) | 88.62º | 0.52% | 0.82% | - |
| XYZ | 39.5 | 54.3 | 20.71 | - |
| YUV | 182.03 | 82.27 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 101 | 0.25 | 0 | 0.52 | 0.18 | 88.62 | 0.55 | 0.61 |
| Hex | 9E | D2 | 65 | 19 | 0 | 34 | 12 | 59 | 37 | 3D |
| Octal | 236 | 322 | 145 | 31 | 0 | 64 | 22 | 131 | 67 | 75 |
| Binary | 10011110 | 11010010 | 1100101 | 11001 | 0 | 110100 | 10010 | 1011001 | 110111 | 111101 |
Color Harmonies of #9ED265
Complementary color
Monochromatic Colors of #9ED265
Black with #9ED265
Text Example
Text Example
White with #9ED265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED265; }
p { color: rgb(158,210,101); }
H1.HeaderClassName
{
color: #9ED265;
}
.AnyTagClassName
{
color: #9ED265;
}
</style>
background-color css
<style>
a { background-color: #9ED265; }
a { background-color: rgb(158,210,101); }
div.DivClassName
{
background-color: #9ED265;
}
.BgClassName
{
background-color: #9ED265;
}
</style>
border-color css
<style>
span { border-color: #9ED265; }
span { border-color: rgb(158,210,101); }
td.TdClassName
{
border-color: #9ED265;
}
.TagClassName
{
border-color: #9ED265;
}
</style>