Shades of Conifer #9FE248
Tints of Conifer #9FE248
RGB
CMYK
RGB Variations
Color information
#9FE248 (or 0x9FE248) is known color: Conifer. HEX triplet: 9F, E2 and 48. RGB value is (159,226,72). Sum of RGB (Red+Green+Blue) = 159+226+72=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FE248 is #601DB7. Grayscale: #BCBCBC. Windows color (decimal): -6299064 or 4776607. OLE color: 4776607.
HSL color Cylindrical-coordinate representation of color #9FE248: hue angle of 86.1º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FE248 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 72 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.11 |
| HSL | 86.1º | 0.73% | 0.58% | - |
| HSV(B) | 86.1º | 0.68% | 0.89% | - |
| XYZ | 42.66 | 62.23 | 15.89 | - |
| YUV | 188.41 | 62.3 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 72 | 0.30 | 0 | 0.68 | 0.11 | 86.1 | 0.73 | 0.58 |
| Hex | 9F | E2 | 48 | 1E | 0 | 44 | B | 56 | 49 | 3A |
| Octal | 237 | 342 | 110 | 36 | 0 | 104 | 13 | 126 | 111 | 72 |
| Binary | 10011111 | 11100010 | 1001000 | 11110 | 0 | 1000100 | 1011 | 1010110 | 1001001 | 111010 |
Color Harmonies of #9FE248
Complementary color
Monochromatic Colors of #9FE248
Black with #9FE248
Text Example
Text Example
White with #9FE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE248; }
p { color: rgb(159,226,72); }
H1.HeaderClassName
{
color: #9FE248;
}
.AnyTagClassName
{
color: #9FE248;
}
</style>
background-color css
<style>
a { background-color: #9FE248; }
a { background-color: rgb(159,226,72); }
div.DivClassName
{
background-color: #9FE248;
}
.BgClassName
{
background-color: #9FE248;
}
</style>
border-color css
<style>
span { border-color: #9FE248; }
span { border-color: rgb(159,226,72); }
td.TdClassName
{
border-color: #9FE248;
}
.TagClassName
{
border-color: #9FE248;
}
</style>