Shades of Conifer #9ED255
Tints of Conifer #9ED255
RGB
CMYK
RGB Variations
Color information
#9ED255 (or 0x9ED255) is known color: Conifer. HEX triplet: 9E, D2 and 55. RGB value is (158,210,85). Sum of RGB (Red+Green+Blue) = 158+210+85=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED255 is #612DAA. Grayscale: #B4B4B4. Windows color (decimal): -6368683 or 5624478. OLE color: 5624478.
HSL color Cylindrical-coordinate representation of color #9ED255: hue angle of 84.96º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ED255 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 85 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.18 |
| HSL | 84.96º | 0.58% | 0.58% | - |
| HSV(B) | 84.96º | 0.6% | 0.82% | - |
| XYZ | 38.79 | 54.02 | 16.98 | - |
| YUV | 180.2 | 74.27 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 85 | 0.25 | 0 | 0.60 | 0.18 | 84.96 | 0.58 | 0.58 |
| Hex | 9E | D2 | 55 | 19 | 0 | 3C | 12 | 55 | 3A | 3A |
| Octal | 236 | 322 | 125 | 31 | 0 | 74 | 22 | 125 | 72 | 72 |
| Binary | 10011110 | 11010010 | 1010101 | 11001 | 0 | 111100 | 10010 | 1010101 | 111010 | 111010 |
Color Harmonies of #9ED255
Complementary color
Monochromatic Colors of #9ED255
Black with #9ED255
Text Example
Text Example
White with #9ED255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED255; }
p { color: rgb(158,210,85); }
H1.HeaderClassName
{
color: #9ED255;
}
.AnyTagClassName
{
color: #9ED255;
}
</style>
background-color css
<style>
a { background-color: #9ED255; }
a { background-color: rgb(158,210,85); }
div.DivClassName
{
background-color: #9ED255;
}
.BgClassName
{
background-color: #9ED255;
}
</style>
border-color css
<style>
span { border-color: #9ED255; }
span { border-color: rgb(158,210,85); }
td.TdClassName
{
border-color: #9ED255;
}
.TagClassName
{
border-color: #9ED255;
}
</style>