Shades of Conifer #9FFE58
Tints of Conifer #9FFE58
RGB
CMYK
RGB Variations
Color information
#9FFE58 (or 0x9FFE58) is known color: Conifer. HEX triplet: 9F, FE and 58. RGB value is (159,254,88). Sum of RGB (Red+Green+Blue) = 159+254+88=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFE58 is #6001A7. Grayscale: #CFCFCF. Windows color (decimal): -6291880 or 5832351. OLE color: 5832351.
HSL color Cylindrical-coordinate representation of color #9FFE58: hue angle of 94.34º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FFE58 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 88 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.00 |
| HSL | 94.34º | 0.99% | 0.67% | - |
| HSV(B) | 94.34º | 0.65% | 1% | - |
| XYZ | 51.5 | 78.96 | 21.76 | - |
| YUV | 206.67 | 61.03 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 88 | 0.37 | 0 | 0.65 | 0.00 | 94.34 | 0.99 | 0.67 |
| Hex | 9F | FE | 58 | 25 | 0 | 41 | 0 | 5E | 63 | 43 |
| Octal | 237 | 376 | 130 | 45 | 0 | 101 | 0 | 136 | 143 | 103 |
| Binary | 10011111 | 11111110 | 1011000 | 100101 | 0 | 1000001 | 0 | 1011110 | 1100011 | 1000011 |
Color Harmonies of #9FFE58
Complementary color
Monochromatic Colors of #9FFE58
Black with #9FFE58
Text Example
Text Example
White with #9FFE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFE58; }
p { color: rgb(159,254,88); }
H1.HeaderClassName
{
color: #9FFE58;
}
.AnyTagClassName
{
color: #9FFE58;
}
</style>
background-color css
<style>
a { background-color: #9FFE58; }
a { background-color: rgb(159,254,88); }
div.DivClassName
{
background-color: #9FFE58;
}
.BgClassName
{
background-color: #9FFE58;
}
</style>
border-color css
<style>
span { border-color: #9FFE58; }
span { border-color: rgb(159,254,88); }
td.TdClassName
{
border-color: #9FFE58;
}
.TagClassName
{
border-color: #9FFE58;
}
</style>