Shades of Conifer #9FE25F
Tints of Conifer #9FE25F
RGB
CMYK
RGB Variations
Color information
#9FE25F (or 0x9FE25F) is known color: Conifer. HEX triplet: 9F, E2 and 5F. RGB value is (159,226,95). Sum of RGB (Red+Green+Blue) = 159+226+95=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE25F is #601DA0. Grayscale: #BFBFBF. Windows color (decimal): -6299041 or 6283935. OLE color: 6283935.
HSL color Cylindrical-coordinate representation of color #9FE25F: hue angle of 90.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FE25F is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 95 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.11 |
| HSL | 90.69º | 0.69% | 0.63% | - |
| HSV(B) | 90.69º | 0.58% | 0.89% | - |
| XYZ | 43.56 | 62.59 | 20.61 | - |
| YUV | 191.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 95 | 0.30 | 0 | 0.58 | 0.11 | 90.69 | 0.69 | 0.63 |
| Hex | 9F | E2 | 5F | 1E | 0 | 3A | B | 5B | 45 | 3F |
| Octal | 237 | 342 | 137 | 36 | 0 | 72 | 13 | 133 | 105 | 77 |
| Binary | 10011111 | 11100010 | 1011111 | 11110 | 0 | 111010 | 1011 | 1011011 | 1000101 | 111111 |
Color Harmonies of #9FE25F
Complementary color
Monochromatic Colors of #9FE25F
Black with #9FE25F
Text Example
Text Example
White with #9FE25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE25F; }
p { color: rgb(159,226,95); }
H1.HeaderClassName
{
color: #9FE25F;
}
.AnyTagClassName
{
color: #9FE25F;
}
</style>
background-color css
<style>
a { background-color: #9FE25F; }
a { background-color: rgb(159,226,95); }
div.DivClassName
{
background-color: #9FE25F;
}
.BgClassName
{
background-color: #9FE25F;
}
</style>
border-color css
<style>
span { border-color: #9FE25F; }
span { border-color: rgb(159,226,95); }
td.TdClassName
{
border-color: #9FE25F;
}
.TagClassName
{
border-color: #9FE25F;
}
</style>