Shades of Conifer #9FE155
Tints of Conifer #9FE155
RGB
CMYK
RGB Variations
Color information
#9FE155 (or 0x9FE155) is known color: Conifer. HEX triplet: 9F, E1 and 55. RGB value is (159,225,85). Sum of RGB (Red+Green+Blue) = 159+225+85=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE155 is #601EAA. Grayscale: #BDBDBD. Windows color (decimal): -6299307 or 5628319. OLE color: 5628319.
HSL color Cylindrical-coordinate representation of color #9FE155: hue angle of 88.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FE155 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 85 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.12 |
| HSL | 88.29º | 0.7% | 0.61% | - |
| HSV(B) | 88.29º | 0.62% | 0.88% | - |
| XYZ | 42.86 | 61.88 | 18.28 | - |
| YUV | 189.31 | 69.13 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 85 | 0.29 | 0 | 0.62 | 0.12 | 88.29 | 0.7 | 0.61 |
| Hex | 9F | E1 | 55 | 1D | 0 | 3E | C | 58 | 46 | 3D |
| Octal | 237 | 341 | 125 | 35 | 0 | 76 | 14 | 130 | 106 | 75 |
| Binary | 10011111 | 11100001 | 1010101 | 11101 | 0 | 111110 | 1100 | 1011000 | 1000110 | 111101 |
Color Harmonies of #9FE155
Complementary color
Monochromatic Colors of #9FE155
Black with #9FE155
Text Example
Text Example
White with #9FE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE155; }
p { color: rgb(159,225,85); }
H1.HeaderClassName
{
color: #9FE155;
}
.AnyTagClassName
{
color: #9FE155;
}
</style>
background-color css
<style>
a { background-color: #9FE155; }
a { background-color: rgb(159,225,85); }
div.DivClassName
{
background-color: #9FE155;
}
.BgClassName
{
background-color: #9FE155;
}
</style>
border-color css
<style>
span { border-color: #9FE155; }
span { border-color: rgb(159,225,85); }
td.TdClassName
{
border-color: #9FE155;
}
.TagClassName
{
border-color: #9FE155;
}
</style>