Shades of Conifer #9FEA60
Tints of Conifer #9FEA60
RGB
CMYK
RGB Variations
Color information
#9FEA60 (or 0x9FEA60) is known color: Conifer. HEX triplet: 9F, EA and 60. RGB value is (159,234,96). Sum of RGB (Red+Green+Blue) = 159+234+96=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA60 is #60159F. Grayscale: #C4C4C4. Windows color (decimal): -6296992 or 6351519. OLE color: 6351519.
HSL color Cylindrical-coordinate representation of color #9FEA60: hue angle of 92.61º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FEA60 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 96 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.08 |
| HSL | 92.61º | 0.77% | 0.65% | - |
| HSV(B) | 92.61º | 0.59% | 0.92% | - |
| XYZ | 45.83 | 67.06 | 21.59 | - |
| YUV | 195.84 | 71.65 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 96 | 0.32 | 0 | 0.59 | 0.08 | 92.61 | 0.77 | 0.65 |
| Hex | 9F | EA | 60 | 20 | 0 | 3B | 8 | 5D | 4D | 41 |
| Octal | 237 | 352 | 140 | 40 | 0 | 73 | 10 | 135 | 115 | 101 |
| Binary | 10011111 | 11101010 | 1100000 | 100000 | 0 | 111011 | 1000 | 1011101 | 1001101 | 1000001 |
Color Harmonies of #9FEA60
Complementary color
Monochromatic Colors of #9FEA60
Black with #9FEA60
Text Example
Text Example
White with #9FEA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEA60; }
p { color: rgb(159,234,96); }
H1.HeaderClassName
{
color: #9FEA60;
}
.AnyTagClassName
{
color: #9FEA60;
}
</style>
background-color css
<style>
a { background-color: #9FEA60; }
a { background-color: rgb(159,234,96); }
div.DivClassName
{
background-color: #9FEA60;
}
.BgClassName
{
background-color: #9FEA60;
}
</style>
border-color css
<style>
span { border-color: #9FEA60; }
span { border-color: rgb(159,234,96); }
td.TdClassName
{
border-color: #9FEA60;
}
.TagClassName
{
border-color: #9FEA60;
}
</style>