Shades of Conifer #9FE265
Tints of Conifer #9FE265
RGB
CMYK
RGB Variations
Color information
#9FE265 (or 0x9FE265) is known color: Conifer. HEX triplet: 9F, E2 and 65. RGB value is (159,226,101). Sum of RGB (Red+Green+Blue) = 159+226+101=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE265 is #601D9A. Grayscale: #C0C0C0. Windows color (decimal): -6299035 or 6677151. OLE color: 6677151.
HSL color Cylindrical-coordinate representation of color #9FE265: hue angle of 92.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FE265 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 101 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.11 |
| HSL | 92.16º | 0.68% | 0.64% | - |
| HSV(B) | 92.16º | 0.55% | 0.89% | - |
| XYZ | 43.84 | 62.7 | 22.1 | - |
| YUV | 191.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 101 | 0.30 | 0 | 0.55 | 0.11 | 92.16 | 0.68 | 0.64 |
| Hex | 9F | E2 | 65 | 1E | 0 | 37 | B | 5C | 44 | 40 |
| Octal | 237 | 342 | 145 | 36 | 0 | 67 | 13 | 134 | 104 | 100 |
| Binary | 10011111 | 11100010 | 1100101 | 11110 | 0 | 110111 | 1011 | 1011100 | 1000100 | 1000000 |
Color Harmonies of #9FE265
Complementary color
Monochromatic Colors of #9FE265
Black with #9FE265
Text Example
Text Example
White with #9FE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE265; }
p { color: rgb(159,226,101); }
H1.HeaderClassName
{
color: #9FE265;
}
.AnyTagClassName
{
color: #9FE265;
}
</style>
background-color css
<style>
a { background-color: #9FE265; }
a { background-color: rgb(159,226,101); }
div.DivClassName
{
background-color: #9FE265;
}
.BgClassName
{
background-color: #9FE265;
}
</style>
border-color css
<style>
span { border-color: #9FE265; }
span { border-color: rgb(159,226,101); }
td.TdClassName
{
border-color: #9FE265;
}
.TagClassName
{
border-color: #9FE265;
}
</style>