Shades of Conifer #9FE149
Tints of Conifer #9FE149
RGB
CMYK
RGB Variations
Color information
#9FE149 (or 0x9FE149) is known color: Conifer. HEX triplet: 9F, E1 and 49. RGB value is (159,225,73). Sum of RGB (Red+Green+Blue) = 159+225+73=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE149 is #601EB6. Grayscale: #BCBCBC. Windows color (decimal): -6299319 or 4841887. OLE color: 4841887.
HSL color Cylindrical-coordinate representation of color #9FE149: hue angle of 86.05º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FE149 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 73 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.12 |
| HSL | 86.05º | 0.72% | 0.58% | - |
| HSV(B) | 86.05º | 0.68% | 0.88% | - |
| XYZ | 42.43 | 61.7 | 15.98 | - |
| YUV | 187.94 | 63.13 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 73 | 0.29 | 0 | 0.68 | 0.12 | 86.05 | 0.72 | 0.58 |
| Hex | 9F | E1 | 49 | 1D | 0 | 44 | C | 56 | 48 | 3A |
| Octal | 237 | 341 | 111 | 35 | 0 | 104 | 14 | 126 | 110 | 72 |
| Binary | 10011111 | 11100001 | 1001001 | 11101 | 0 | 1000100 | 1100 | 1010110 | 1001000 | 111010 |
Color Harmonies of #9FE149
Complementary color
Monochromatic Colors of #9FE149
Black with #9FE149
Text Example
Text Example
White with #9FE149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE149; }
p { color: rgb(159,225,73); }
H1.HeaderClassName
{
color: #9FE149;
}
.AnyTagClassName
{
color: #9FE149;
}
</style>
background-color css
<style>
a { background-color: #9FE149; }
a { background-color: rgb(159,225,73); }
div.DivClassName
{
background-color: #9FE149;
}
.BgClassName
{
background-color: #9FE149;
}
</style>
border-color css
<style>
span { border-color: #9FE149; }
span { border-color: rgb(159,225,73); }
td.TdClassName
{
border-color: #9FE149;
}
.TagClassName
{
border-color: #9FE149;
}
</style>