Shades of Conifer #9FDE5D
Tints of Conifer #9FDE5D
RGB
CMYK
RGB Variations
Color information
#9FDE5D (or 0x9FDE5D) is known color: Conifer. HEX triplet: 9F, DE and 5D. RGB value is (159,222,93). Sum of RGB (Red+Green+Blue) = 159+222+93=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE5D is #6021A2. Grayscale: #BCBCBC. Windows color (decimal): -6300067 or 6151839. OLE color: 6151839.
HSL color Cylindrical-coordinate representation of color #9FDE5D: hue angle of 89.3º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDE5D is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 93 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.13 |
| HSL | 89.3º | 0.66% | 0.62% | - |
| HSV(B) | 89.3º | 0.58% | 0.87% | - |
| XYZ | 42.4 | 60.4 | 19.78 | - |
| YUV | 188.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 93 | 0.28 | 0 | 0.58 | 0.13 | 89.3 | 0.66 | 0.62 |
| Hex | 9F | DE | 5D | 1C | 0 | 3A | D | 59 | 42 | 3E |
| Octal | 237 | 336 | 135 | 34 | 0 | 72 | 15 | 131 | 102 | 76 |
| Binary | 10011111 | 11011110 | 1011101 | 11100 | 0 | 111010 | 1101 | 1011001 | 1000010 | 111110 |
Color Harmonies of #9FDE5D
Complementary color
Monochromatic Colors of #9FDE5D
Black with #9FDE5D
Text Example
Text Example
White with #9FDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE5D; }
p { color: rgb(159,222,93); }
H1.HeaderClassName
{
color: #9FDE5D;
}
.AnyTagClassName
{
color: #9FDE5D;
}
</style>
background-color css
<style>
a { background-color: #9FDE5D; }
a { background-color: rgb(159,222,93); }
div.DivClassName
{
background-color: #9FDE5D;
}
.BgClassName
{
background-color: #9FDE5D;
}
</style>
border-color css
<style>
span { border-color: #9FDE5D; }
span { border-color: rgb(159,222,93); }
td.TdClassName
{
border-color: #9FDE5D;
}
.TagClassName
{
border-color: #9FDE5D;
}
</style>