Shades of Conifer #96E95A
Tints of Conifer #96E95A
RGB
CMYK
RGB Variations
Color information
#96E95A (or 0x96E95A) is known color: Conifer. HEX triplet: 96, E9 and 5A. RGB value is (150,233,90). Sum of RGB (Red+Green+Blue) = 150+233+90=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #96E95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E95A is #6916A5. Grayscale: #C0C0C0. Windows color (decimal): -6887078 or 5958038. OLE color: 5958038.
HSL color Cylindrical-coordinate representation of color #96E95A: hue angle of 94.83º 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 #96E95A is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 233 | 90 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.09 |
| HSL | 94.83º | 0.76% | 0.63% | - |
| HSV(B) | 94.83º | 0.61% | 0.91% | - |
| XYZ | 43.56 | 65.5 | 20.02 | - |
| YUV | 191.88 | 70.5 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 233 | 90 | 0.36 | 0 | 0.61 | 0.09 | 94.83 | 0.76 | 0.63 |
| Hex | 96 | E9 | 5A | 24 | 0 | 3D | 9 | 5F | 4C | 3F |
| Octal | 226 | 351 | 132 | 44 | 0 | 75 | 11 | 137 | 114 | 77 |
| Binary | 10010110 | 11101001 | 1011010 | 100100 | 0 | 111101 | 1001 | 1011111 | 1001100 | 111111 |
Color Harmonies of #96E95A
Complementary color
Monochromatic Colors of #96E95A
Black with #96E95A
Text Example
Text Example
White with #96E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E95A; }
p { color: rgb(150,233,90); }
H1.HeaderClassName
{
color: #96E95A;
}
.AnyTagClassName
{
color: #96E95A;
}
</style>
background-color css
<style>
a { background-color: #96E95A; }
a { background-color: rgb(150,233,90); }
div.DivClassName
{
background-color: #96E95A;
}
.BgClassName
{
background-color: #96E95A;
}
</style>
border-color css
<style>
span { border-color: #96E95A; }
span { border-color: rgb(150,233,90); }
td.TdClassName
{
border-color: #96E95A;
}
.TagClassName
{
border-color: #96E95A;
}
</style>