Shades of Conifer #96E85A
Tints of Conifer #96E85A
RGB
CMYK
RGB Variations
Color information
#96E85A (or 0x96E85A) is known color: Conifer. HEX triplet: 96, E8 and 5A. RGB value is (150,232,90). Sum of RGB (Red+Green+Blue) = 150+232+90=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #96E85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E85A is #6917A5. Grayscale: #BFBFBF. Windows color (decimal): -6887334 or 5957782. OLE color: 5957782.
HSL color Cylindrical-coordinate representation of color #96E85A: hue angle of 94.65º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96E85A is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 90 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.09 |
| HSL | 94.65º | 0.76% | 0.63% | - |
| HSV(B) | 94.65º | 0.61% | 0.91% | - |
| XYZ | 43.28 | 64.94 | 19.93 | - |
| YUV | 191.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 90 | 0.35 | 0 | 0.61 | 0.09 | 94.65 | 0.76 | 0.63 |
| Hex | 96 | E8 | 5A | 23 | 0 | 3D | 9 | 5F | 4C | 3F |
| Octal | 226 | 350 | 132 | 43 | 0 | 75 | 11 | 137 | 114 | 77 |
| Binary | 10010110 | 11101000 | 1011010 | 100011 | 0 | 111101 | 1001 | 1011111 | 1001100 | 111111 |
Color Harmonies of #96E85A
Complementary color
Monochromatic Colors of #96E85A
Black with #96E85A
Text Example
Text Example
White with #96E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E85A; }
p { color: rgb(150,232,90); }
H1.HeaderClassName
{
color: #96E85A;
}
.AnyTagClassName
{
color: #96E85A;
}
</style>
background-color css
<style>
a { background-color: #96E85A; }
a { background-color: rgb(150,232,90); }
div.DivClassName
{
background-color: #96E85A;
}
.BgClassName
{
background-color: #96E85A;
}
</style>
border-color css
<style>
span { border-color: #96E85A; }
span { border-color: rgb(150,232,90); }
td.TdClassName
{
border-color: #96E85A;
}
.TagClassName
{
border-color: #96E85A;
}
</style>