Shades of Olivine #9ED26A
Tints of Olivine #9ED26A
RGB
CMYK
RGB Variations
Color information
#9ED26A (or 0x9ED26A) is known color: Olivine. HEX triplet: 9E, D2 and 6A. RGB value is (158,210,106). Sum of RGB (Red+Green+Blue) = 158+210+106=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED26A is #612D95. Grayscale: #B6B6B6. Windows color (decimal): -6368662 or 7000734. OLE color: 7000734.
HSL color Cylindrical-coordinate representation of color #9ED26A: hue angle of 90º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ED26A is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 106 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.18 |
| HSL | 90º | 0.54% | 0.62% | - |
| HSV(B) | 90º | 0.5% | 0.82% | - |
| XYZ | 39.75 | 54.4 | 22.04 | - |
| YUV | 182.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 106 | 0.25 | 0 | 0.50 | 0.18 | 90 | 0.54 | 0.62 |
| Hex | 9E | D2 | 6A | 19 | 0 | 32 | 12 | 5A | 36 | 3E |
| Octal | 236 | 322 | 152 | 31 | 0 | 62 | 22 | 132 | 66 | 76 |
| Binary | 10011110 | 11010010 | 1101010 | 11001 | 0 | 110010 | 10010 | 1011010 | 110110 | 111110 |
Color Harmonies of #9ED26A
Complementary color
Monochromatic Colors of #9ED26A
Black with #9ED26A
Text Example
Text Example
White with #9ED26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED26A; }
p { color: rgb(158,210,106); }
H1.HeaderClassName
{
color: #9ED26A;
}
.AnyTagClassName
{
color: #9ED26A;
}
</style>
background-color css
<style>
a { background-color: #9ED26A; }
a { background-color: rgb(158,210,106); }
div.DivClassName
{
background-color: #9ED26A;
}
.BgClassName
{
background-color: #9ED26A;
}
</style>
border-color css
<style>
span { border-color: #9ED26A; }
span { border-color: rgb(158,210,106); }
td.TdClassName
{
border-color: #9ED26A;
}
.TagClassName
{
border-color: #9ED26A;
}
</style>