Shades of Conifer #9FE85D
Tints of Conifer #9FE85D
RGB
CMYK
RGB Variations
Color information
#9FE85D (or 0x9FE85D) is known color: Conifer. HEX triplet: 9F, E8 and 5D. RGB value is (159,232,93). Sum of RGB (Red+Green+Blue) = 159+232+93=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE85D is #6017A2. Grayscale: #C2C2C2. Windows color (decimal): -6297507 or 6154399. OLE color: 6154399.
HSL color Cylindrical-coordinate representation of color #9FE85D: hue angle of 91.51º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FE85D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 93 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.09 |
| HSL | 91.51º | 0.75% | 0.64% | - |
| HSV(B) | 91.51º | 0.6% | 0.91% | - |
| XYZ | 45.13 | 65.87 | 20.69 | - |
| YUV | 194.33 | 70.82 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 93 | 0.31 | 0 | 0.60 | 0.09 | 91.51 | 0.75 | 0.64 |
| Hex | 9F | E8 | 5D | 1F | 0 | 3C | 9 | 5C | 4B | 40 |
| Octal | 237 | 350 | 135 | 37 | 0 | 74 | 11 | 134 | 113 | 100 |
| Binary | 10011111 | 11101000 | 1011101 | 11111 | 0 | 111100 | 1001 | 1011100 | 1001011 | 1000000 |
Color Harmonies of #9FE85D
Complementary color
Monochromatic Colors of #9FE85D
Black with #9FE85D
Text Example
Text Example
White with #9FE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE85D; }
p { color: rgb(159,232,93); }
H1.HeaderClassName
{
color: #9FE85D;
}
.AnyTagClassName
{
color: #9FE85D;
}
</style>
background-color css
<style>
a { background-color: #9FE85D; }
a { background-color: rgb(159,232,93); }
div.DivClassName
{
background-color: #9FE85D;
}
.BgClassName
{
background-color: #9FE85D;
}
</style>
border-color css
<style>
span { border-color: #9FE85D; }
span { border-color: rgb(159,232,93); }
td.TdClassName
{
border-color: #9FE85D;
}
.TagClassName
{
border-color: #9FE85D;
}
</style>