Shades of Conifer #9ED05C
Tints of Conifer #9ED05C
RGB
CMYK
RGB Variations
Color information
#9ED05C (or 0x9ED05C) is known color: Conifer. HEX triplet: 9E, D0 and 5C. RGB value is (158,208,92). Sum of RGB (Red+Green+Blue) = 158+208+92=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED05C is #612FA3. Grayscale: #B4B4B4. Windows color (decimal): -6369188 or 6082718. OLE color: 6082718.
HSL color Cylindrical-coordinate representation of color #9ED05C: hue angle of 85.86º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ED05C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 92 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.18 |
| HSL | 85.86º | 0.55% | 0.59% | - |
| HSV(B) | 85.86º | 0.56% | 0.82% | - |
| XYZ | 38.59 | 53.15 | 18.35 | - |
| YUV | 179.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 92 | 0.24 | 0 | 0.56 | 0.18 | 85.86 | 0.55 | 0.59 |
| Hex | 9E | D0 | 5C | 18 | 0 | 38 | 12 | 56 | 37 | 3B |
| Octal | 236 | 320 | 134 | 30 | 0 | 70 | 22 | 126 | 67 | 73 |
| Binary | 10011110 | 11010000 | 1011100 | 11000 | 0 | 111000 | 10010 | 1010110 | 110111 | 111011 |
Color Harmonies of #9ED05C
Complementary color
Monochromatic Colors of #9ED05C
Black with #9ED05C
Text Example
Text Example
White with #9ED05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED05C; }
p { color: rgb(158,208,92); }
H1.HeaderClassName
{
color: #9ED05C;
}
.AnyTagClassName
{
color: #9ED05C;
}
</style>
background-color css
<style>
a { background-color: #9ED05C; }
a { background-color: rgb(158,208,92); }
div.DivClassName
{
background-color: #9ED05C;
}
.BgClassName
{
background-color: #9ED05C;
}
</style>
border-color css
<style>
span { border-color: #9ED05C; }
span { border-color: rgb(158,208,92); }
td.TdClassName
{
border-color: #9ED05C;
}
.TagClassName
{
border-color: #9ED05C;
}
</style>