Shades of Conifer #9FFC5C
Tints of Conifer #9FFC5C
RGB
CMYK
RGB Variations
Color information
#9FFC5C (or 0x9FFC5C) is known color: Conifer. HEX triplet: 9F, FC and 5C. RGB value is (159,252,92). Sum of RGB (Red+Green+Blue) = 159+252+92=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC5C is #6003A3. Grayscale: #CECECE. Windows color (decimal): -6292388 or 6093983. OLE color: 6093983.
HSL color Cylindrical-coordinate representation of color #9FFC5C: hue angle of 94.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FFC5C is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 92 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.01 |
| HSL | 94.88º | 0.96% | 0.67% | - |
| HSV(B) | 94.88º | 0.63% | 0.99% | - |
| XYZ | 51.04 | 77.76 | 22.45 | - |
| YUV | 205.95 | 63.69 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 92 | 0.37 | 0 | 0.63 | 0.01 | 94.88 | 0.96 | 0.67 |
| Hex | 9F | FC | 5C | 25 | 0 | 3F | 1 | 5F | 60 | 43 |
| Octal | 237 | 374 | 134 | 45 | 0 | 77 | 1 | 137 | 140 | 103 |
| Binary | 10011111 | 11111100 | 1011100 | 100101 | 0 | 111111 | 1 | 1011111 | 1100000 | 1000011 |
Color Harmonies of #9FFC5C
Complementary color
Monochromatic Colors of #9FFC5C
Black with #9FFC5C
Text Example
Text Example
White with #9FFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC5C; }
p { color: rgb(159,252,92); }
H1.HeaderClassName
{
color: #9FFC5C;
}
.AnyTagClassName
{
color: #9FFC5C;
}
</style>
background-color css
<style>
a { background-color: #9FFC5C; }
a { background-color: rgb(159,252,92); }
div.DivClassName
{
background-color: #9FFC5C;
}
.BgClassName
{
background-color: #9FFC5C;
}
</style>
border-color css
<style>
span { border-color: #9FFC5C; }
span { border-color: rgb(159,252,92); }
td.TdClassName
{
border-color: #9FFC5C;
}
.TagClassName
{
border-color: #9FFC5C;
}
</style>