Shades of Conifer #9FFC60
Tints of Conifer #9FFC60
RGB
CMYK
RGB Variations
Color information
#9FFC60 (or 0x9FFC60) is known color: Conifer. HEX triplet: 9F, FC and 60. RGB value is (159,252,96). Sum of RGB (Red+Green+Blue) = 159+252+96=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC60 is #60039F. Grayscale: #CECECE. Windows color (decimal): -6292384 or 6356127. OLE color: 6356127.
HSL color Cylindrical-coordinate representation of color #9FFC60: hue angle of 95.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FFC60 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 96 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.01 |
| HSL | 95.77º | 0.96% | 0.68% | - |
| HSV(B) | 95.77º | 0.62% | 0.99% | - |
| XYZ | 51.22 | 77.84 | 23.39 | - |
| YUV | 206.41 | 65.69 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 96 | 0.37 | 0 | 0.62 | 0.01 | 95.77 | 0.96 | 0.68 |
| Hex | 9F | FC | 60 | 25 | 0 | 3E | 1 | 60 | 60 | 44 |
| Octal | 237 | 374 | 140 | 45 | 0 | 76 | 1 | 140 | 140 | 104 |
| Binary | 10011111 | 11111100 | 1100000 | 100101 | 0 | 111110 | 1 | 1100000 | 1100000 | 1000100 |
Color Harmonies of #9FFC60
Complementary color
Monochromatic Colors of #9FFC60
Black with #9FFC60
Text Example
Text Example
White with #9FFC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC60; }
p { color: rgb(159,252,96); }
H1.HeaderClassName
{
color: #9FFC60;
}
.AnyTagClassName
{
color: #9FFC60;
}
</style>
background-color css
<style>
a { background-color: #9FFC60; }
a { background-color: rgb(159,252,96); }
div.DivClassName
{
background-color: #9FFC60;
}
.BgClassName
{
background-color: #9FFC60;
}
</style>
border-color css
<style>
span { border-color: #9FFC60; }
span { border-color: rgb(159,252,96); }
td.TdClassName
{
border-color: #9FFC60;
}
.TagClassName
{
border-color: #9FFC60;
}
</style>