Shades of Conifer #9FFC63
Tints of Conifer #9FFC63
RGB
CMYK
RGB Variations
Color information
#9FFC63 (or 0x9FFC63) is known color: Conifer. HEX triplet: 9F, FC and 63. RGB value is (159,252,99). Sum of RGB (Red+Green+Blue) = 159+252+99=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC63 is #60039C. Grayscale: #CFCFCF. Windows color (decimal): -6292381 or 6552735. OLE color: 6552735.
HSL color Cylindrical-coordinate representation of color #9FFC63: hue angle of 96.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FFC63 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 99 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.01 |
| HSL | 96.47º | 0.96% | 0.69% | - |
| HSV(B) | 96.47º | 0.61% | 0.99% | - |
| XYZ | 51.36 | 77.89 | 24.13 | - |
| YUV | 206.75 | 67.19 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 99 | 0.37 | 0 | 0.61 | 0.01 | 96.47 | 0.96 | 0.69 |
| Hex | 9F | FC | 63 | 25 | 0 | 3D | 1 | 60 | 60 | 45 |
| Octal | 237 | 374 | 143 | 45 | 0 | 75 | 1 | 140 | 140 | 105 |
| Binary | 10011111 | 11111100 | 1100011 | 100101 | 0 | 111101 | 1 | 1100000 | 1100000 | 1000101 |
Color Harmonies of #9FFC63
Complementary color
Monochromatic Colors of #9FFC63
Black with #9FFC63
Text Example
Text Example
White with #9FFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC63; }
p { color: rgb(159,252,99); }
H1.HeaderClassName
{
color: #9FFC63;
}
.AnyTagClassName
{
color: #9FFC63;
}
</style>
background-color css
<style>
a { background-color: #9FFC63; }
a { background-color: rgb(159,252,99); }
div.DivClassName
{
background-color: #9FFC63;
}
.BgClassName
{
background-color: #9FFC63;
}
</style>
border-color css
<style>
span { border-color: #9FFC63; }
span { border-color: rgb(159,252,99); }
td.TdClassName
{
border-color: #9FFC63;
}
.TagClassName
{
border-color: #9FFC63;
}
</style>