Shades of Conifer #9DD456
Tints of Conifer #9DD456
RGB
CMYK
RGB Variations
Color information
#9DD456 (or 0x9DD456) is known color: Conifer. HEX triplet: 9D, D4 and 56. RGB value is (157,212,86). Sum of RGB (Red+Green+Blue) = 157+212+86=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD456 is #622BA9. Grayscale: #B5B5B5. Windows color (decimal): -6433706 or 5690525. OLE color: 5690525.
HSL color Cylindrical-coordinate representation of color #9DD456: hue angle of 86.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DD456 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 86 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.17 |
| HSL | 86.19º | 0.59% | 0.58% | - |
| HSV(B) | 86.19º | 0.59% | 0.83% | - |
| XYZ | 39.13 | 54.93 | 17.34 | - |
| YUV | 181.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 86 | 0.26 | 0 | 0.59 | 0.17 | 86.19 | 0.59 | 0.58 |
| Hex | 9D | D4 | 56 | 1A | 0 | 3B | 11 | 56 | 3B | 3A |
| Octal | 235 | 324 | 126 | 32 | 0 | 73 | 21 | 126 | 73 | 72 |
| Binary | 10011101 | 11010100 | 1010110 | 11010 | 0 | 111011 | 10001 | 1010110 | 111011 | 111010 |
Color Harmonies of #9DD456
Complementary color
Monochromatic Colors of #9DD456
Black with #9DD456
Text Example
Text Example
White with #9DD456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD456; }
p { color: rgb(157,212,86); }
H1.HeaderClassName
{
color: #9DD456;
}
.AnyTagClassName
{
color: #9DD456;
}
</style>
background-color css
<style>
a { background-color: #9DD456; }
a { background-color: rgb(157,212,86); }
div.DivClassName
{
background-color: #9DD456;
}
.BgClassName
{
background-color: #9DD456;
}
</style>
border-color css
<style>
span { border-color: #9DD456; }
span { border-color: rgb(157,212,86); }
td.TdClassName
{
border-color: #9DD456;
}
.TagClassName
{
border-color: #9DD456;
}
</style>