Shades of Conifer #9FFB5E
Tints of Conifer #9FFB5E
RGB
CMYK
RGB Variations
Color information
#9FFB5E (or 0x9FFB5E) is known color: Conifer. HEX triplet: 9F, FB and 5E. RGB value is (159,251,94). Sum of RGB (Red+Green+Blue) = 159+251+94=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB5E is #6004A1. Grayscale: #CECECE. Windows color (decimal): -6292642 or 6224799. OLE color: 6224799.
HSL color Cylindrical-coordinate representation of color #9FFB5E: hue angle of 95.16º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FFB5E is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 94 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.02 |
| HSL | 95.16º | 0.95% | 0.68% | - |
| HSV(B) | 95.16º | 0.63% | 0.98% | - |
| XYZ | 50.82 | 77.17 | 22.81 | - |
| YUV | 205.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 94 | 0.37 | 0 | 0.63 | 0.02 | 95.16 | 0.95 | 0.68 |
| Hex | 9F | FB | 5E | 25 | 0 | 3F | 2 | 5F | 5F | 44 |
| Octal | 237 | 373 | 136 | 45 | 0 | 77 | 2 | 137 | 137 | 104 |
| Binary | 10011111 | 11111011 | 1011110 | 100101 | 0 | 111111 | 10 | 1011111 | 1011111 | 1000100 |
Color Harmonies of #9FFB5E
Complementary color
Monochromatic Colors of #9FFB5E
Black with #9FFB5E
Text Example
Text Example
White with #9FFB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB5E; }
p { color: rgb(159,251,94); }
H1.HeaderClassName
{
color: #9FFB5E;
}
.AnyTagClassName
{
color: #9FFB5E;
}
</style>
background-color css
<style>
a { background-color: #9FFB5E; }
a { background-color: rgb(159,251,94); }
div.DivClassName
{
background-color: #9FFB5E;
}
.BgClassName
{
background-color: #9FFB5E;
}
</style>
border-color css
<style>
span { border-color: #9FFB5E; }
span { border-color: rgb(159,251,94); }
td.TdClassName
{
border-color: #9FFB5E;
}
.TagClassName
{
border-color: #9FFB5E;
}
</style>