Shades of Conifer #9FF154
Tints of Conifer #9FF154
RGB
CMYK
RGB Variations
Color information
#9FF154 (or 0x9FF154) is known color: Conifer. HEX triplet: 9F, F1 and 54. RGB value is (159,241,84). Sum of RGB (Red+Green+Blue) = 159+241+84=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF154 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF154 is #600EAB. Grayscale: #C7C7C7. Windows color (decimal): -6295212 or 5566879. OLE color: 5566879.
HSL color Cylindrical-coordinate representation of color #9FF154: hue angle of 91.34º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FF154 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 84 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.05 |
| HSL | 91.34º | 0.85% | 0.64% | - |
| HSV(B) | 91.34º | 0.65% | 0.95% | - |
| XYZ | 47.35 | 70.92 | 19.58 | - |
| YUV | 198.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 84 | 0.34 | 0 | 0.65 | 0.05 | 91.34 | 0.85 | 0.64 |
| Hex | 9F | F1 | 54 | 22 | 0 | 41 | 5 | 5B | 55 | 40 |
| Octal | 237 | 361 | 124 | 42 | 0 | 101 | 5 | 133 | 125 | 100 |
| Binary | 10011111 | 11110001 | 1010100 | 100010 | 0 | 1000001 | 101 | 1011011 | 1010101 | 1000000 |
Color Harmonies of #9FF154
Complementary color
Monochromatic Colors of #9FF154
Black with #9FF154
Text Example
Text Example
White with #9FF154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF154; }
p { color: rgb(159,241,84); }
H1.HeaderClassName
{
color: #9FF154;
}
.AnyTagClassName
{
color: #9FF154;
}
</style>
background-color css
<style>
a { background-color: #9FF154; }
a { background-color: rgb(159,241,84); }
div.DivClassName
{
background-color: #9FF154;
}
.BgClassName
{
background-color: #9FF154;
}
</style>
border-color css
<style>
span { border-color: #9FF154; }
span { border-color: rgb(159,241,84); }
td.TdClassName
{
border-color: #9FF154;
}
.TagClassName
{
border-color: #9FF154;
}
</style>