Shades of Conifer #9DE25E
Tints of Conifer #9DE25E
RGB
CMYK
RGB Variations
Color information
#9DE25E (or 0x9DE25E) is known color: Conifer. HEX triplet: 9D, E2 and 5E. RGB value is (157,226,94). Sum of RGB (Red+Green+Blue) = 157+226+94=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE25E is #621DA1. Grayscale: #BEBEBE. Windows color (decimal): -6430114 or 6218397. OLE color: 6218397.
HSL color Cylindrical-coordinate representation of color #9DE25E: hue angle of 91.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DE25E is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 226 | 94 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.11 |
| HSL | 91.36º | 0.69% | 0.63% | - |
| HSV(B) | 91.36º | 0.58% | 0.89% | - |
| XYZ | 43.12 | 62.37 | 20.36 | - |
| YUV | 190.32 | 73.64 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 94 | 0.31 | 0 | 0.58 | 0.11 | 91.36 | 0.69 | 0.63 |
| Hex | 9D | E2 | 5E | 1F | 0 | 3A | B | 5B | 45 | 3F |
| Octal | 235 | 342 | 136 | 37 | 0 | 72 | 13 | 133 | 105 | 77 |
| Binary | 10011101 | 11100010 | 1011110 | 11111 | 0 | 111010 | 1011 | 1011011 | 1000101 | 111111 |
Color Harmonies of #9DE25E
Complementary color
Monochromatic Colors of #9DE25E
Black with #9DE25E
Text Example
Text Example
White with #9DE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE25E; }
p { color: rgb(157,226,94); }
H1.HeaderClassName
{
color: #9DE25E;
}
.AnyTagClassName
{
color: #9DE25E;
}
</style>
background-color css
<style>
a { background-color: #9DE25E; }
a { background-color: rgb(157,226,94); }
div.DivClassName
{
background-color: #9DE25E;
}
.BgClassName
{
background-color: #9DE25E;
}
</style>
border-color css
<style>
span { border-color: #9DE25E; }
span { border-color: rgb(157,226,94); }
td.TdClassName
{
border-color: #9DE25E;
}
.TagClassName
{
border-color: #9DE25E;
}
</style>