Shades of Conifer #9FE249
Tints of Conifer #9FE249
RGB
CMYK
RGB Variations
Color information
#9FE249 (or 0x9FE249) is known color: Conifer. HEX triplet: 9F, E2 and 49. RGB value is (159,226,73). Sum of RGB (Red+Green+Blue) = 159+226+73=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 73 (28.91% from 255 or 15.94% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE249 is #601DB6. Grayscale: #BDBDBD. Windows color (decimal): -6299063 or 4842143. OLE color: 4842143.
HSL color Cylindrical-coordinate representation of color #9FE249: hue angle of 86.27º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FE249 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 73 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.11 |
| HSL | 86.27º | 0.73% | 0.59% | - |
| HSV(B) | 86.27º | 0.68% | 0.89% | - |
| XYZ | 42.7 | 62.24 | 16.07 | - |
| YUV | 188.53 | 62.8 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 73 | 0.30 | 0 | 0.68 | 0.11 | 86.27 | 0.73 | 0.59 |
| Hex | 9F | E2 | 49 | 1E | 0 | 44 | B | 56 | 49 | 3B |
| Octal | 237 | 342 | 111 | 36 | 0 | 104 | 13 | 126 | 111 | 73 |
| Binary | 10011111 | 11100010 | 1001001 | 11110 | 0 | 1000100 | 1011 | 1010110 | 1001001 | 111011 |
Color Harmonies of #9FE249
Complementary color
Monochromatic Colors of #9FE249
Black with #9FE249
Text Example
Text Example
White with #9FE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE249; }
p { color: rgb(159,226,73); }
H1.HeaderClassName
{
color: #9FE249;
}
.AnyTagClassName
{
color: #9FE249;
}
</style>
background-color css
<style>
a { background-color: #9FE249; }
a { background-color: rgb(159,226,73); }
div.DivClassName
{
background-color: #9FE249;
}
.BgClassName
{
background-color: #9FE249;
}
</style>
border-color css
<style>
span { border-color: #9FE249; }
span { border-color: rgb(159,226,73); }
td.TdClassName
{
border-color: #9FE249;
}
.TagClassName
{
border-color: #9FE249;
}
</style>