Shades of Conifer #9DDA60
Tints of Conifer #9DDA60
RGB
CMYK
RGB Variations
Color information
#9DDA60 (or 0x9DDA60) is known color: Conifer. HEX triplet: 9D, DA and 60. RGB value is (157,218,96). Sum of RGB (Red+Green+Blue) = 157+218+96=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA60 is #62259F. Grayscale: #BABABA. Windows color (decimal): -6432160 or 6347421. OLE color: 6347421.
HSL color Cylindrical-coordinate representation of color #9DDA60: hue angle of 90º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DDA60 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 96 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.15 |
| HSL | 90º | 0.62% | 0.62% | - |
| HSV(B) | 90º | 0.56% | 0.85% | - |
| XYZ | 41.09 | 58.16 | 20.13 | - |
| YUV | 185.85 | 77.29 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 96 | 0.28 | 0 | 0.56 | 0.15 | 90 | 0.62 | 0.62 |
| Hex | 9D | DA | 60 | 1C | 0 | 38 | F | 5A | 3E | 3E |
| Octal | 235 | 332 | 140 | 34 | 0 | 70 | 17 | 132 | 76 | 76 |
| Binary | 10011101 | 11011010 | 1100000 | 11100 | 0 | 111000 | 1111 | 1011010 | 111110 | 111110 |
Color Harmonies of #9DDA60
Complementary color
Monochromatic Colors of #9DDA60
Black with #9DDA60
Text Example
Text Example
White with #9DDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA60; }
p { color: rgb(157,218,96); }
H1.HeaderClassName
{
color: #9DDA60;
}
.AnyTagClassName
{
color: #9DDA60;
}
</style>
background-color css
<style>
a { background-color: #9DDA60; }
a { background-color: rgb(157,218,96); }
div.DivClassName
{
background-color: #9DDA60;
}
.BgClassName
{
background-color: #9DDA60;
}
</style>
border-color css
<style>
span { border-color: #9DDA60; }
span { border-color: rgb(157,218,96); }
td.TdClassName
{
border-color: #9DDA60;
}
.TagClassName
{
border-color: #9DDA60;
}
</style>