Shades of Conifer #9FFC5D
Tints of Conifer #9FFC5D
RGB
CMYK
RGB Variations
Color information
#9FFC5D (or 0x9FFC5D) is known color: Conifer. HEX triplet: 9F, FC and 5D. RGB value is (159,252,93). Sum of RGB (Red+Green+Blue) = 159+252+93=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC5D is #6003A2. Grayscale: #CECECE. Windows color (decimal): -6292387 or 6159519. OLE color: 6159519.
HSL color Cylindrical-coordinate representation of color #9FFC5D: hue angle of 95.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FFC5D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 93 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.01 |
| HSL | 95.09º | 0.96% | 0.68% | - |
| HSV(B) | 95.09º | 0.63% | 0.99% | - |
| XYZ | 51.08 | 77.78 | 22.68 | - |
| YUV | 206.07 | 64.19 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 93 | 0.37 | 0 | 0.63 | 0.01 | 95.09 | 0.96 | 0.68 |
| Hex | 9F | FC | 5D | 25 | 0 | 3F | 1 | 5F | 60 | 44 |
| Octal | 237 | 374 | 135 | 45 | 0 | 77 | 1 | 137 | 140 | 104 |
| Binary | 10011111 | 11111100 | 1011101 | 100101 | 0 | 111111 | 1 | 1011111 | 1100000 | 1000100 |
Color Harmonies of #9FFC5D
Complementary color
Monochromatic Colors of #9FFC5D
Black with #9FFC5D
Text Example
Text Example
White with #9FFC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFC5D; }
p { color: rgb(159,252,93); }
H1.HeaderClassName
{
color: #9FFC5D;
}
.AnyTagClassName
{
color: #9FFC5D;
}
</style>
background-color css
<style>
a { background-color: #9FFC5D; }
a { background-color: rgb(159,252,93); }
div.DivClassName
{
background-color: #9FFC5D;
}
.BgClassName
{
background-color: #9FFC5D;
}
</style>
border-color css
<style>
span { border-color: #9FFC5D; }
span { border-color: rgb(159,252,93); }
td.TdClassName
{
border-color: #9FFC5D;
}
.TagClassName
{
border-color: #9FFC5D;
}
</style>