Shades of Olivine #9ED465
Tints of Olivine #9ED465
RGB
CMYK
RGB Variations
Color information
#9ED465 (or 0x9ED465) is known color: Olivine. HEX triplet: 9E, D4 and 65. RGB value is (158,212,101). Sum of RGB (Red+Green+Blue) = 158+212+101=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED465 is #612B9A. Grayscale: #B7B7B7. Windows color (decimal): -6368155 or 6673566. OLE color: 6673566.
HSL color Cylindrical-coordinate representation of color #9ED465: hue angle of 89.19º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ED465 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 101 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.17 |
| HSL | 89.19º | 0.56% | 0.61% | - |
| HSV(B) | 89.19º | 0.52% | 0.83% | - |
| XYZ | 39.99 | 55.3 | 20.88 | - |
| YUV | 183.2 | 81.61 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 101 | 0.25 | 0 | 0.52 | 0.17 | 89.19 | 0.56 | 0.61 |
| Hex | 9E | D4 | 65 | 19 | 0 | 34 | 11 | 59 | 38 | 3D |
| Octal | 236 | 324 | 145 | 31 | 0 | 64 | 21 | 131 | 70 | 75 |
| Binary | 10011110 | 11010100 | 1100101 | 11001 | 0 | 110100 | 10001 | 1011001 | 111000 | 111101 |
Color Harmonies of #9ED465
Complementary color
Monochromatic Colors of #9ED465
Black with #9ED465
Text Example
Text Example
White with #9ED465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED465; }
p { color: rgb(158,212,101); }
H1.HeaderClassName
{
color: #9ED465;
}
.AnyTagClassName
{
color: #9ED465;
}
</style>
background-color css
<style>
a { background-color: #9ED465; }
a { background-color: rgb(158,212,101); }
div.DivClassName
{
background-color: #9ED465;
}
.BgClassName
{
background-color: #9ED465;
}
</style>
border-color css
<style>
span { border-color: #9ED465; }
span { border-color: rgb(158,212,101); }
td.TdClassName
{
border-color: #9ED465;
}
.TagClassName
{
border-color: #9ED465;
}
</style>