Shades of Conifer #9FE065
Tints of Conifer #9FE065
RGB
CMYK
RGB Variations
Color information
#9FE065 (or 0x9FE065) is known color: Conifer. HEX triplet: 9F, E0 and 65. RGB value is (159,224,101). Sum of RGB (Red+Green+Blue) = 159+224+101=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE065 is #601F9A. Grayscale: #BEBEBE. Windows color (decimal): -6299547 or 6676639. OLE color: 6676639.
HSL color Cylindrical-coordinate representation of color #9FE065: hue angle of 91.71º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FE065 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 101 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.12 |
| HSL | 91.71º | 0.66% | 0.64% | - |
| HSV(B) | 91.71º | 0.55% | 0.88% | - |
| XYZ | 43.3 | 61.62 | 21.92 | - |
| YUV | 190.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 101 | 0.29 | 0 | 0.55 | 0.12 | 91.71 | 0.66 | 0.64 |
| Hex | 9F | E0 | 65 | 1D | 0 | 37 | C | 5C | 42 | 40 |
| Octal | 237 | 340 | 145 | 35 | 0 | 67 | 14 | 134 | 102 | 100 |
| Binary | 10011111 | 11100000 | 1100101 | 11101 | 0 | 110111 | 1100 | 1011100 | 1000010 | 1000000 |
Color Harmonies of #9FE065
Complementary color
Monochromatic Colors of #9FE065
Black with #9FE065
Text Example
Text Example
White with #9FE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE065; }
p { color: rgb(159,224,101); }
H1.HeaderClassName
{
color: #9FE065;
}
.AnyTagClassName
{
color: #9FE065;
}
</style>
background-color css
<style>
a { background-color: #9FE065; }
a { background-color: rgb(159,224,101); }
div.DivClassName
{
background-color: #9FE065;
}
.BgClassName
{
background-color: #9FE065;
}
</style>
border-color css
<style>
span { border-color: #9FE065; }
span { border-color: rgb(159,224,101); }
td.TdClassName
{
border-color: #9FE065;
}
.TagClassName
{
border-color: #9FE065;
}
</style>