Shades of Conifer #9FE360
Tints of Conifer #9FE360
RGB
CMYK
RGB Variations
Color information
#9FE360 (or 0x9FE360) is known color: Conifer. HEX triplet: 9F, E3 and 60. RGB value is (159,227,96). Sum of RGB (Red+Green+Blue) = 159+227+96=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE360 is #601C9F. Grayscale: #C0C0C0. Windows color (decimal): -6298784 or 6349727. OLE color: 6349727.
HSL color Cylindrical-coordinate representation of color #9FE360: hue angle of 91.15º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FE360 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 96 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.11 |
| HSL | 91.15º | 0.7% | 0.63% | - |
| HSV(B) | 91.15º | 0.58% | 0.89% | - |
| XYZ | 43.88 | 63.15 | 20.94 | - |
| YUV | 191.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 96 | 0.30 | 0 | 0.58 | 0.11 | 91.15 | 0.7 | 0.63 |
| Hex | 9F | E3 | 60 | 1E | 0 | 3A | B | 5B | 46 | 3F |
| Octal | 237 | 343 | 140 | 36 | 0 | 72 | 13 | 133 | 106 | 77 |
| Binary | 10011111 | 11100011 | 1100000 | 11110 | 0 | 111010 | 1011 | 1011011 | 1000110 | 111111 |
Color Harmonies of #9FE360
Complementary color
Monochromatic Colors of #9FE360
Black with #9FE360
Text Example
Text Example
White with #9FE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE360; }
p { color: rgb(159,227,96); }
H1.HeaderClassName
{
color: #9FE360;
}
.AnyTagClassName
{
color: #9FE360;
}
</style>
background-color css
<style>
a { background-color: #9FE360; }
a { background-color: rgb(159,227,96); }
div.DivClassName
{
background-color: #9FE360;
}
.BgClassName
{
background-color: #9FE360;
}
</style>
border-color css
<style>
span { border-color: #9FE360; }
span { border-color: rgb(159,227,96); }
td.TdClassName
{
border-color: #9FE360;
}
.TagClassName
{
border-color: #9FE360;
}
</style>