Shades of Conifer #9DE165
Tints of Conifer #9DE165
RGB
CMYK
RGB Variations
Color information
#9DE165 (or 0x9DE165) is known color: Conifer. HEX triplet: 9D, E1 and 65. RGB value is (157,225,101). Sum of RGB (Red+Green+Blue) = 157+225+101=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE165 is #621E9A. Grayscale: #BEBEBE. Windows color (decimal): -6430363 or 6676893. OLE color: 6676893.
HSL color Cylindrical-coordinate representation of color #9DE165: hue angle of 92.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DE165 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 101 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.12 |
| HSL | 92.9º | 0.67% | 0.64% | - |
| HSV(B) | 92.9º | 0.55% | 0.88% | - |
| XYZ | 43.18 | 61.96 | 22 | - |
| YUV | 190.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 101 | 0.30 | 0 | 0.55 | 0.12 | 92.9 | 0.67 | 0.64 |
| Hex | 9D | E1 | 65 | 1E | 0 | 37 | C | 5D | 43 | 40 |
| Octal | 235 | 341 | 145 | 36 | 0 | 67 | 14 | 135 | 103 | 100 |
| Binary | 10011101 | 11100001 | 1100101 | 11110 | 0 | 110111 | 1100 | 1011101 | 1000011 | 1000000 |
Color Harmonies of #9DE165
Complementary color
Monochromatic Colors of #9DE165
Black with #9DE165
Text Example
Text Example
White with #9DE165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE165; }
p { color: rgb(157,225,101); }
H1.HeaderClassName
{
color: #9DE165;
}
.AnyTagClassName
{
color: #9DE165;
}
</style>
background-color css
<style>
a { background-color: #9DE165; }
a { background-color: rgb(157,225,101); }
div.DivClassName
{
background-color: #9DE165;
}
.BgClassName
{
background-color: #9DE165;
}
</style>
border-color css
<style>
span { border-color: #9DE165; }
span { border-color: rgb(157,225,101); }
td.TdClassName
{
border-color: #9DE165;
}
.TagClassName
{
border-color: #9DE165;
}
</style>