Shades of Conifer #9FFC66
Tints of Conifer #9FFC66
RGB
CMYK
RGB Variations
Color information
#9FFC66 (or 0x9FFC66) is known color: Conifer. HEX triplet: 9F, FC and 66. RGB value is (159,252,102). Sum of RGB (Red+Green+Blue) = 159+252+102=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC66 is #600399. Grayscale: #CFCFCF. Windows color (decimal): -6292378 or 6749343. OLE color: 6749343.
HSL color Cylindrical-coordinate representation of color #9FFC66: hue angle of 97.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FFC66 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 102 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.01 |
| HSL | 97.2º | 0.96% | 0.69% | - |
| HSV(B) | 97.2º | 0.6% | 0.99% | - |
| XYZ | 51.51 | 77.95 | 24.9 | - |
| YUV | 207.09 | 68.69 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 102 | 0.37 | 0 | 0.60 | 0.01 | 97.2 | 0.96 | 0.69 |
| Hex | 9F | FC | 66 | 25 | 0 | 3C | 1 | 61 | 60 | 45 |
| Octal | 237 | 374 | 146 | 45 | 0 | 74 | 1 | 141 | 140 | 105 |
| Binary | 10011111 | 11111100 | 1100110 | 100101 | 0 | 111100 | 1 | 1100001 | 1100000 | 1000101 |
Color Harmonies of #9FFC66
Complementary color
Monochromatic Colors of #9FFC66
Black with #9FFC66
Text Example
Text Example
White with #9FFC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC66; }
p { color: rgb(159,252,102); }
H1.HeaderClassName
{
color: #9FFC66;
}
.AnyTagClassName
{
color: #9FFC66;
}
</style>
background-color css
<style>
a { background-color: #9FFC66; }
a { background-color: rgb(159,252,102); }
div.DivClassName
{
background-color: #9FFC66;
}
.BgClassName
{
background-color: #9FFC66;
}
</style>
border-color css
<style>
span { border-color: #9FFC66; }
span { border-color: rgb(159,252,102); }
td.TdClassName
{
border-color: #9FFC66;
}
.TagClassName
{
border-color: #9FFC66;
}
</style>