Shades of Conifer #96FA60
Tints of Conifer #96FA60
RGB
CMYK
RGB Variations
Color information
#96FA60 (or 0x96FA60) is known color: Conifer. HEX triplet: 96, FA and 60. RGB value is (150,250,96). Sum of RGB (Red+Green+Blue) = 150+250+96=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA60 is #69059F. Grayscale: #CBCBCB. Windows color (decimal): -6882720 or 6355606. OLE color: 6355606.
HSL color Cylindrical-coordinate representation of color #96FA60: hue angle of 98.96º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96FA60 is Cyan = 0.4, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 250 | 96 | - |
| CMYK | 0.4 | 0 | 0.62 | 0.02 |
| HSL | 98.96º | 0.94% | 0.68% | - |
| HSV(B) | 98.96º | 0.62% | 0.98% | - |
| XYZ | 48.87 | 75.7 | 23.1 | - |
| YUV | 202.54 | 67.87 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 250 | 96 | 0.4 | 0 | 0.62 | 0.02 | 98.96 | 0.94 | 0.68 |
| Hex | 96 | FA | 60 | 28 | 0 | 3E | 2 | 63 | 5E | 44 |
| Octal | 226 | 372 | 140 | 50 | 0 | 76 | 2 | 143 | 136 | 104 |
| Binary | 10010110 | 11111010 | 1100000 | 101000 | 0 | 111110 | 10 | 1100011 | 1011110 | 1000100 |
Color Harmonies of #96FA60
Complementary color
Monochromatic Colors of #96FA60
Black with #96FA60
Text Example
Text Example
White with #96FA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FA60; }
p { color: rgb(150,250,96); }
H1.HeaderClassName
{
color: #96FA60;
}
.AnyTagClassName
{
color: #96FA60;
}
</style>
background-color css
<style>
a { background-color: #96FA60; }
a { background-color: rgb(150,250,96); }
div.DivClassName
{
background-color: #96FA60;
}
.BgClassName
{
background-color: #96FA60;
}
</style>
border-color css
<style>
span { border-color: #96FA60; }
span { border-color: rgb(150,250,96); }
td.TdClassName
{
border-color: #96FA60;
}
.TagClassName
{
border-color: #96FA60;
}
</style>