Shades of Conifer #9ED463
Tints of Conifer #9ED463
RGB
CMYK
RGB Variations
Color information
#9ED463 (or 0x9ED463) is known color: Conifer. HEX triplet: 9E, D4 and 63. RGB value is (158,212,99). Sum of RGB (Red+Green+Blue) = 158+212+99=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED463 is #612B9C. Grayscale: #B7B7B7. Windows color (decimal): -6368157 or 6542494. OLE color: 6542494.
HSL color Cylindrical-coordinate representation of color #9ED463: hue angle of 88.67º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ED463 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 99 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.17 |
| HSL | 88.67º | 0.57% | 0.61% | - |
| HSV(B) | 88.67º | 0.53% | 0.83% | - |
| XYZ | 39.9 | 55.26 | 20.37 | - |
| YUV | 182.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 99 | 0.25 | 0 | 0.53 | 0.17 | 88.67 | 0.57 | 0.61 |
| Hex | 9E | D4 | 63 | 19 | 0 | 35 | 11 | 59 | 39 | 3D |
| Octal | 236 | 324 | 143 | 31 | 0 | 65 | 21 | 131 | 71 | 75 |
| Binary | 10011110 | 11010100 | 1100011 | 11001 | 0 | 110101 | 10001 | 1011001 | 111001 | 111101 |
Color Harmonies of #9ED463
Complementary color
Monochromatic Colors of #9ED463
Black with #9ED463
Text Example
Text Example
White with #9ED463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED463; }
p { color: rgb(158,212,99); }
H1.HeaderClassName
{
color: #9ED463;
}
.AnyTagClassName
{
color: #9ED463;
}
</style>
background-color css
<style>
a { background-color: #9ED463; }
a { background-color: rgb(158,212,99); }
div.DivClassName
{
background-color: #9ED463;
}
.BgClassName
{
background-color: #9ED463;
}
</style>
border-color css
<style>
span { border-color: #9ED463; }
span { border-color: rgb(158,212,99); }
td.TdClassName
{
border-color: #9ED463;
}
.TagClassName
{
border-color: #9ED463;
}
</style>