Shades of Conifer #9FDD5A
Tints of Conifer #9FDD5A
RGB
CMYK
RGB Variations
Color information
#9FDD5A (or 0x9FDD5A) is known color: Conifer. HEX triplet: 9F, DD and 5A. RGB value is (159,221,90). Sum of RGB (Red+Green+Blue) = 159+221+90=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD5A is #6022A5. Grayscale: #BBBBBB. Windows color (decimal): -6300326 or 5954975. OLE color: 5954975.
HSL color Cylindrical-coordinate representation of color #9FDD5A: hue angle of 88.4º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FDD5A is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 90 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.13 |
| HSL | 88.4º | 0.66% | 0.61% | - |
| HSV(B) | 88.4º | 0.59% | 0.87% | - |
| XYZ | 42 | 59.82 | 19.01 | - |
| YUV | 187.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 90 | 0.28 | 0 | 0.59 | 0.13 | 88.4 | 0.66 | 0.61 |
| Hex | 9F | DD | 5A | 1C | 0 | 3B | D | 58 | 42 | 3D |
| Octal | 237 | 335 | 132 | 34 | 0 | 73 | 15 | 130 | 102 | 75 |
| Binary | 10011111 | 11011101 | 1011010 | 11100 | 0 | 111011 | 1101 | 1011000 | 1000010 | 111101 |
Color Harmonies of #9FDD5A
Complementary color
Monochromatic Colors of #9FDD5A
Black with #9FDD5A
Text Example
Text Example
White with #9FDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD5A; }
p { color: rgb(159,221,90); }
H1.HeaderClassName
{
color: #9FDD5A;
}
.AnyTagClassName
{
color: #9FDD5A;
}
</style>
background-color css
<style>
a { background-color: #9FDD5A; }
a { background-color: rgb(159,221,90); }
div.DivClassName
{
background-color: #9FDD5A;
}
.BgClassName
{
background-color: #9FDD5A;
}
</style>
border-color css
<style>
span { border-color: #9FDD5A; }
span { border-color: rgb(159,221,90); }
td.TdClassName
{
border-color: #9FDD5A;
}
.TagClassName
{
border-color: #9FDD5A;
}
</style>