Shades of Conifer #9ED665
Tints of Conifer #9ED665
RGB
CMYK
RGB Variations
Color information
#9ED665 (or 0x9ED665) is known color: Conifer. HEX triplet: 9E, D6 and 65. RGB value is (158,214,101). Sum of RGB (Red+Green+Blue) = 158+214+101=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED665 is #61299A. Grayscale: #B8B8B8. Windows color (decimal): -6367643 or 6674078. OLE color: 6674078.
HSL color Cylindrical-coordinate representation of color #9ED665: hue angle of 89.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ED665 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 101 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.16 |
| HSL | 89.73º | 0.58% | 0.62% | - |
| HSV(B) | 89.73º | 0.53% | 0.84% | - |
| XYZ | 40.5 | 56.3 | 21.04 | - |
| YUV | 184.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 101 | 0.26 | 0 | 0.53 | 0.16 | 89.73 | 0.58 | 0.62 |
| Hex | 9E | D6 | 65 | 1A | 0 | 35 | 10 | 5A | 3A | 3E |
| Octal | 236 | 326 | 145 | 32 | 0 | 65 | 20 | 132 | 72 | 76 |
| Binary | 10011110 | 11010110 | 1100101 | 11010 | 0 | 110101 | 10000 | 1011010 | 111010 | 111110 |
Color Harmonies of #9ED665
Complementary color
Monochromatic Colors of #9ED665
Black with #9ED665
Text Example
Text Example
White with #9ED665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED665; }
p { color: rgb(158,214,101); }
H1.HeaderClassName
{
color: #9ED665;
}
.AnyTagClassName
{
color: #9ED665;
}
</style>
background-color css
<style>
a { background-color: #9ED665; }
a { background-color: rgb(158,214,101); }
div.DivClassName
{
background-color: #9ED665;
}
.BgClassName
{
background-color: #9ED665;
}
</style>
border-color css
<style>
span { border-color: #9ED665; }
span { border-color: rgb(158,214,101); }
td.TdClassName
{
border-color: #9ED665;
}
.TagClassName
{
border-color: #9ED665;
}
</style>