Shades of Conifer #9FE355
Tints of Conifer #9FE355
RGB
CMYK
RGB Variations
Color information
#9FE355 (or 0x9FE355) is known color: Conifer. HEX triplet: 9F, E3 and 55. RGB value is (159,227,85). Sum of RGB (Red+Green+Blue) = 159+227+85=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE355 is #601CAA. Grayscale: #BEBEBE. Windows color (decimal): -6298795 or 5628831. OLE color: 5628831.
HSL color Cylindrical-coordinate representation of color #9FE355: hue angle of 88.73º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FE355 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 85 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.11 |
| HSL | 88.73º | 0.72% | 0.61% | - |
| HSV(B) | 88.73º | 0.63% | 0.89% | - |
| XYZ | 43.41 | 62.96 | 18.46 | - |
| YUV | 190.48 | 68.47 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 85 | 0.30 | 0 | 0.63 | 0.11 | 88.73 | 0.72 | 0.61 |
| Hex | 9F | E3 | 55 | 1E | 0 | 3F | B | 59 | 48 | 3D |
| Octal | 237 | 343 | 125 | 36 | 0 | 77 | 13 | 131 | 110 | 75 |
| Binary | 10011111 | 11100011 | 1010101 | 11110 | 0 | 111111 | 1011 | 1011001 | 1001000 | 111101 |
Color Harmonies of #9FE355
Complementary color
Monochromatic Colors of #9FE355
Black with #9FE355
Text Example
Text Example
White with #9FE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE355; }
p { color: rgb(159,227,85); }
H1.HeaderClassName
{
color: #9FE355;
}
.AnyTagClassName
{
color: #9FE355;
}
</style>
background-color css
<style>
a { background-color: #9FE355; }
a { background-color: rgb(159,227,85); }
div.DivClassName
{
background-color: #9FE355;
}
.BgClassName
{
background-color: #9FE355;
}
</style>
border-color css
<style>
span { border-color: #9FE355; }
span { border-color: rgb(159,227,85); }
td.TdClassName
{
border-color: #9FE355;
}
.TagClassName
{
border-color: #9FE355;
}
</style>