Shades of Conifer #96ED5A
Tints of Conifer #96ED5A
RGB
CMYK
RGB Variations
Color information
#96ED5A (or 0x96ED5A) is known color: Conifer. HEX triplet: 96, ED and 5A. RGB value is (150,237,90). Sum of RGB (Red+Green+Blue) = 150+237+90=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED5A is #6912A5. Grayscale: #C2C2C2. Windows color (decimal): -6886054 or 5959062. OLE color: 5959062.
HSL color Cylindrical-coordinate representation of color #96ED5A: hue angle of 95.51º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96ED5A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 237 | 90 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.07 |
| HSL | 95.51º | 0.8% | 0.64% | - |
| HSV(B) | 95.51º | 0.62% | 0.93% | - |
| XYZ | 44.71 | 67.79 | 20.4 | - |
| YUV | 194.23 | 69.18 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 237 | 90 | 0.37 | 0 | 0.62 | 0.07 | 95.51 | 0.8 | 0.64 |
| Hex | 96 | ED | 5A | 25 | 0 | 3E | 7 | 60 | 50 | 40 |
| Octal | 226 | 355 | 132 | 45 | 0 | 76 | 7 | 140 | 120 | 100 |
| Binary | 10010110 | 11101101 | 1011010 | 100101 | 0 | 111110 | 111 | 1100000 | 1010000 | 1000000 |
Color Harmonies of #96ED5A
Complementary color
Monochromatic Colors of #96ED5A
Black with #96ED5A
Text Example
Text Example
White with #96ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ED5A; }
p { color: rgb(150,237,90); }
H1.HeaderClassName
{
color: #96ED5A;
}
.AnyTagClassName
{
color: #96ED5A;
}
</style>
background-color css
<style>
a { background-color: #96ED5A; }
a { background-color: rgb(150,237,90); }
div.DivClassName
{
background-color: #96ED5A;
}
.BgClassName
{
background-color: #96ED5A;
}
</style>
border-color css
<style>
span { border-color: #96ED5A; }
span { border-color: rgb(150,237,90); }
td.TdClassName
{
border-color: #96ED5A;
}
.TagClassName
{
border-color: #96ED5A;
}
</style>