Shades of Conifer #9DD65A
Tints of Conifer #9DD65A
RGB
CMYK
RGB Variations
Color information
#9DD65A (or 0x9DD65A) is known color: Conifer. HEX triplet: 9D, D6 and 5A. RGB value is (157,214,90). Sum of RGB (Red+Green+Blue) = 157+214+90=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD65A is #6229A5. Grayscale: #B7B7B7. Windows color (decimal): -6433190 or 5953181. OLE color: 5953181.
HSL color Cylindrical-coordinate representation of color #9DD65A: hue angle of 87.58º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DD65A is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 90 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.16 |
| HSL | 87.58º | 0.6% | 0.6% | - |
| HSV(B) | 87.58º | 0.58% | 0.84% | - |
| XYZ | 39.8 | 56 | 18.38 | - |
| YUV | 182.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 90 | 0.27 | 0 | 0.58 | 0.16 | 87.58 | 0.6 | 0.6 |
| Hex | 9D | D6 | 5A | 1B | 0 | 3A | 10 | 58 | 3C | 3C |
| Octal | 235 | 326 | 132 | 33 | 0 | 72 | 20 | 130 | 74 | 74 |
| Binary | 10011101 | 11010110 | 1011010 | 11011 | 0 | 111010 | 10000 | 1011000 | 111100 | 111100 |
Color Harmonies of #9DD65A
Complementary color
Monochromatic Colors of #9DD65A
Black with #9DD65A
Text Example
Text Example
White with #9DD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD65A; }
p { color: rgb(157,214,90); }
H1.HeaderClassName
{
color: #9DD65A;
}
.AnyTagClassName
{
color: #9DD65A;
}
</style>
background-color css
<style>
a { background-color: #9DD65A; }
a { background-color: rgb(157,214,90); }
div.DivClassName
{
background-color: #9DD65A;
}
.BgClassName
{
background-color: #9DD65A;
}
</style>
border-color css
<style>
span { border-color: #9DD65A; }
span { border-color: rgb(157,214,90); }
td.TdClassName
{
border-color: #9DD65A;
}
.TagClassName
{
border-color: #9DD65A;
}
</style>