Shades of Conifer #96FA5E
Tints of Conifer #96FA5E
RGB
CMYK
RGB Variations
Color information
#96FA5E (or 0x96FA5E) is known color: Conifer. HEX triplet: 96, FA and 5E. RGB value is (150,250,94). Sum of RGB (Red+Green+Blue) = 150+250+94=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA5E is #6905A1. Grayscale: #CACACA. Windows color (decimal): -6882722 or 6224534. OLE color: 6224534.
HSL color Cylindrical-coordinate representation of color #96FA5E: hue angle of 98.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96FA5E is Cyan = 0.4, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 94 | - |
| CMYK | 0.4 | 0 | 0.62 | 0.02 |
| HSL | 98.46º | 0.94% | 0.67% | - |
| HSV(B) | 98.46º | 0.62% | 0.98% | - |
| XYZ | 48.78 | 75.66 | 22.62 | - |
| YUV | 202.32 | 66.87 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 94 | 0.4 | 0 | 0.62 | 0.02 | 98.46 | 0.94 | 0.67 |
| Hex | 96 | FA | 5E | 28 | 0 | 3E | 2 | 62 | 5E | 43 |
| Octal | 226 | 372 | 136 | 50 | 0 | 76 | 2 | 142 | 136 | 103 |
| Binary | 10010110 | 11111010 | 1011110 | 101000 | 0 | 111110 | 10 | 1100010 | 1011110 | 1000011 |
Color Harmonies of #96FA5E
Complementary color
Monochromatic Colors of #96FA5E
Black with #96FA5E
Text Example
Text Example
White with #96FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FA5E; }
p { color: rgb(150,250,94); }
H1.HeaderClassName
{
color: #96FA5E;
}
.AnyTagClassName
{
color: #96FA5E;
}
</style>
background-color css
<style>
a { background-color: #96FA5E; }
a { background-color: rgb(150,250,94); }
div.DivClassName
{
background-color: #96FA5E;
}
.BgClassName
{
background-color: #96FA5E;
}
</style>
border-color css
<style>
span { border-color: #96FA5E; }
span { border-color: rgb(150,250,94); }
td.TdClassName
{
border-color: #96FA5E;
}
.TagClassName
{
border-color: #96FA5E;
}
</style>