Shades of Conifer #96E55A
Tints of Conifer #96E55A
RGB
CMYK
RGB Variations
Color information
#96E55A (or 0x96E55A) is known color: Conifer. HEX triplet: 96, E5 and 5A. RGB value is (150,229,90). Sum of RGB (Red+Green+Blue) = 150+229+90=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #96E55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E55A is #691AA5. Grayscale: #BEBEBE. Windows color (decimal): -6888102 or 5957014. OLE color: 5957014.
HSL color Cylindrical-coordinate representation of color #96E55A: hue angle of 94.1º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96E55A is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 90 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.10 |
| HSL | 94.1º | 0.73% | 0.63% | - |
| HSV(B) | 94.1º | 0.61% | 0.9% | - |
| XYZ | 42.44 | 63.26 | 19.65 | - |
| YUV | 189.53 | 71.83 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 90 | 0.34 | 0 | 0.61 | 0.10 | 94.1 | 0.73 | 0.63 |
| Hex | 96 | E5 | 5A | 22 | 0 | 3D | A | 5E | 49 | 3F |
| Octal | 226 | 345 | 132 | 42 | 0 | 75 | 12 | 136 | 111 | 77 |
| Binary | 10010110 | 11100101 | 1011010 | 100010 | 0 | 111101 | 1010 | 1011110 | 1001001 | 111111 |
Color Harmonies of #96E55A
Complementary color
Monochromatic Colors of #96E55A
Black with #96E55A
Text Example
Text Example
White with #96E55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E55A; }
p { color: rgb(150,229,90); }
H1.HeaderClassName
{
color: #96E55A;
}
.AnyTagClassName
{
color: #96E55A;
}
</style>
background-color css
<style>
a { background-color: #96E55A; }
a { background-color: rgb(150,229,90); }
div.DivClassName
{
background-color: #96E55A;
}
.BgClassName
{
background-color: #96E55A;
}
</style>
border-color css
<style>
span { border-color: #96E55A; }
span { border-color: rgb(150,229,90); }
td.TdClassName
{
border-color: #96E55A;
}
.TagClassName
{
border-color: #96E55A;
}
</style>