Shades of Conifer #9EDD5A
Tints of Conifer #9EDD5A
RGB
CMYK
RGB Variations
Color information
#9EDD5A (or 0x9EDD5A) is known color: Conifer. HEX triplet: 9E, DD and 5A. RGB value is (158,221,90). Sum of RGB (Red+Green+Blue) = 158+221+90=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD5A is #6122A5. Grayscale: #BBBBBB. Windows color (decimal): -6365862 or 5954974. OLE color: 5954974.
HSL color Cylindrical-coordinate representation of color #9EDD5A: hue angle of 88.85º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EDD5A is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 90 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.13 |
| HSL | 88.85º | 0.66% | 0.61% | - |
| HSV(B) | 88.85º | 0.59% | 0.87% | - |
| XYZ | 41.8 | 59.72 | 19 | - |
| YUV | 187.23 | 73.13 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 90 | 0.29 | 0 | 0.59 | 0.13 | 88.85 | 0.66 | 0.61 |
| Hex | 9E | DD | 5A | 1D | 0 | 3B | D | 59 | 42 | 3D |
| Octal | 236 | 335 | 132 | 35 | 0 | 73 | 15 | 131 | 102 | 75 |
| Binary | 10011110 | 11011101 | 1011010 | 11101 | 0 | 111011 | 1101 | 1011001 | 1000010 | 111101 |
Color Harmonies of #9EDD5A
Complementary color
Monochromatic Colors of #9EDD5A
Black with #9EDD5A
Text Example
Text Example
White with #9EDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD5A; }
p { color: rgb(158,221,90); }
H1.HeaderClassName
{
color: #9EDD5A;
}
.AnyTagClassName
{
color: #9EDD5A;
}
</style>
background-color css
<style>
a { background-color: #9EDD5A; }
a { background-color: rgb(158,221,90); }
div.DivClassName
{
background-color: #9EDD5A;
}
.BgClassName
{
background-color: #9EDD5A;
}
</style>
border-color css
<style>
span { border-color: #9EDD5A; }
span { border-color: rgb(158,221,90); }
td.TdClassName
{
border-color: #9EDD5A;
}
.TagClassName
{
border-color: #9EDD5A;
}
</style>