Shades of Conifer #9FF666
Tints of Conifer #9FF666
RGB
CMYK
RGB Variations
Color information
#9FF666 (or 0x9FF666) is known color: Conifer. HEX triplet: 9F, F6 and 66. RGB value is (159,246,102). Sum of RGB (Red+Green+Blue) = 159+246+102=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF666 is #600999. Grayscale: #CCCCCC. Windows color (decimal): -6293914 or 6747807. OLE color: 6747807.
HSL color Cylindrical-coordinate representation of color #9FF666: hue angle of 96.25º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FF666 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 102 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.04 |
| HSL | 96.25º | 0.89% | 0.68% | - |
| HSV(B) | 96.25º | 0.59% | 0.96% | - |
| XYZ | 49.65 | 74.24 | 24.28 | - |
| YUV | 203.57 | 70.68 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 102 | 0.35 | 0 | 0.59 | 0.04 | 96.25 | 0.89 | 0.68 |
| Hex | 9F | F6 | 66 | 23 | 0 | 3B | 4 | 60 | 59 | 44 |
| Octal | 237 | 366 | 146 | 43 | 0 | 73 | 4 | 140 | 131 | 104 |
| Binary | 10011111 | 11110110 | 1100110 | 100011 | 0 | 111011 | 100 | 1100000 | 1011001 | 1000100 |
Color Harmonies of #9FF666
Complementary color
Monochromatic Colors of #9FF666
Black with #9FF666
Text Example
Text Example
White with #9FF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF666; }
p { color: rgb(159,246,102); }
H1.HeaderClassName
{
color: #9FF666;
}
.AnyTagClassName
{
color: #9FF666;
}
</style>
background-color css
<style>
a { background-color: #9FF666; }
a { background-color: rgb(159,246,102); }
div.DivClassName
{
background-color: #9FF666;
}
.BgClassName
{
background-color: #9FF666;
}
</style>
border-color css
<style>
span { border-color: #9FF666; }
span { border-color: rgb(159,246,102); }
td.TdClassName
{
border-color: #9FF666;
}
.TagClassName
{
border-color: #9FF666;
}
</style>