Shades of Conifer #9FF866
Tints of Conifer #9FF866
RGB
CMYK
RGB Variations
Color information
#9FF866 (or 0x9FF866) is known color: Conifer. HEX triplet: 9F, F8 and 66. RGB value is (159,248,102). Sum of RGB (Red+Green+Blue) = 159+248+102=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF866 is #600799. Grayscale: #CDCDCD. Windows color (decimal): -6293402 or 6748319. OLE color: 6748319.
HSL color Cylindrical-coordinate representation of color #9FF866: hue angle of 96.58º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FF866 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 248 | 102 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.03 |
| HSL | 96.58º | 0.91% | 0.69% | - |
| HSV(B) | 96.58º | 0.59% | 0.97% | - |
| XYZ | 50.26 | 75.47 | 24.49 | - |
| YUV | 204.75 | 70.01 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 248 | 102 | 0.36 | 0 | 0.59 | 0.03 | 96.58 | 0.91 | 0.69 |
| Hex | 9F | F8 | 66 | 24 | 0 | 3B | 3 | 61 | 5B | 45 |
| Octal | 237 | 370 | 146 | 44 | 0 | 73 | 3 | 141 | 133 | 105 |
| Binary | 10011111 | 11111000 | 1100110 | 100100 | 0 | 111011 | 11 | 1100001 | 1011011 | 1000101 |
Color Harmonies of #9FF866
Complementary color
Monochromatic Colors of #9FF866
Black with #9FF866
Text Example
Text Example
White with #9FF866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF866; }
p { color: rgb(159,248,102); }
H1.HeaderClassName
{
color: #9FF866;
}
.AnyTagClassName
{
color: #9FF866;
}
</style>
background-color css
<style>
a { background-color: #9FF866; }
a { background-color: rgb(159,248,102); }
div.DivClassName
{
background-color: #9FF866;
}
.BgClassName
{
background-color: #9FF866;
}
</style>
border-color css
<style>
span { border-color: #9FF866; }
span { border-color: rgb(159,248,102); }
td.TdClassName
{
border-color: #9FF866;
}
.TagClassName
{
border-color: #9FF866;
}
</style>