Shades of Conifer #9DD059
Tints of Conifer #9DD059
RGB
CMYK
RGB Variations
Color information
#9DD059 (or 0x9DD059) is known color: Conifer. HEX triplet: 9D, D0 and 59. RGB value is (157,208,89). Sum of RGB (Red+Green+Blue) = 157+208+89=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD059 is #622FA6. Grayscale: #B3B3B3. Windows color (decimal): -6434727 or 5886109. OLE color: 5886109.
HSL color Cylindrical-coordinate representation of color #9DD059: hue angle of 85.71º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DD059 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 89 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.18 |
| HSL | 85.71º | 0.56% | 0.58% | - |
| HSV(B) | 85.71º | 0.57% | 0.82% | - |
| XYZ | 38.26 | 53 | 17.66 | - |
| YUV | 179.19 | 77.1 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 89 | 0.25 | 0 | 0.57 | 0.18 | 85.71 | 0.56 | 0.58 |
| Hex | 9D | D0 | 59 | 19 | 0 | 39 | 12 | 56 | 38 | 3A |
| Octal | 235 | 320 | 131 | 31 | 0 | 71 | 22 | 126 | 70 | 72 |
| Binary | 10011101 | 11010000 | 1011001 | 11001 | 0 | 111001 | 10010 | 1010110 | 111000 | 111010 |
Color Harmonies of #9DD059
Complementary color
Monochromatic Colors of #9DD059
Black with #9DD059
Text Example
Text Example
White with #9DD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD059; }
p { color: rgb(157,208,89); }
H1.HeaderClassName
{
color: #9DD059;
}
.AnyTagClassName
{
color: #9DD059;
}
</style>
background-color css
<style>
a { background-color: #9DD059; }
a { background-color: rgb(157,208,89); }
div.DivClassName
{
background-color: #9DD059;
}
.BgClassName
{
background-color: #9DD059;
}
</style>
border-color css
<style>
span { border-color: #9DD059; }
span { border-color: rgb(157,208,89); }
td.TdClassName
{
border-color: #9DD059;
}
.TagClassName
{
border-color: #9DD059;
}
</style>