Shades of Conifer #9FF063
Tints of Conifer #9FF063
RGB
CMYK
RGB Variations
Color information
#9FF063 (or 0x9FF063) is known color: Conifer. HEX triplet: 9F, F0 and 63. RGB value is (159,240,99). Sum of RGB (Red+Green+Blue) = 159+240+99=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF063 is #600F9C. Grayscale: #C8C8C8. Windows color (decimal): -6295453 or 6549663. OLE color: 6549663.
HSL color Cylindrical-coordinate representation of color #9FF063: hue angle of 94.47º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FF063 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 99 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.06 |
| HSL | 94.47º | 0.82% | 0.66% | - |
| HSV(B) | 94.47º | 0.59% | 0.94% | - |
| XYZ | 47.71 | 70.59 | 22.92 | - |
| YUV | 199.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 99 | 0.34 | 0 | 0.59 | 0.06 | 94.47 | 0.82 | 0.66 |
| Hex | 9F | F0 | 63 | 22 | 0 | 3B | 6 | 5E | 52 | 42 |
| Octal | 237 | 360 | 143 | 42 | 0 | 73 | 6 | 136 | 122 | 102 |
| Binary | 10011111 | 11110000 | 1100011 | 100010 | 0 | 111011 | 110 | 1011110 | 1010010 | 1000010 |
Color Harmonies of #9FF063
Complementary color
Monochromatic Colors of #9FF063
Black with #9FF063
Text Example
Text Example
White with #9FF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF063; }
p { color: rgb(159,240,99); }
H1.HeaderClassName
{
color: #9FF063;
}
.AnyTagClassName
{
color: #9FF063;
}
</style>
background-color css
<style>
a { background-color: #9FF063; }
a { background-color: rgb(159,240,99); }
div.DivClassName
{
background-color: #9FF063;
}
.BgClassName
{
background-color: #9FF063;
}
</style>
border-color css
<style>
span { border-color: #9FF063; }
span { border-color: rgb(159,240,99); }
td.TdClassName
{
border-color: #9FF063;
}
.TagClassName
{
border-color: #9FF063;
}
</style>