Shades of Conifer #96EE5A
Tints of Conifer #96EE5A
RGB
CMYK
RGB Variations
Color information
#96EE5A (or 0x96EE5A) is known color: Conifer. HEX triplet: 96, EE and 5A. RGB value is (150,238,90). Sum of RGB (Red+Green+Blue) = 150+238+90=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE5A is #6911A5. Grayscale: #C3C3C3. Windows color (decimal): -6885798 or 5959318. OLE color: 5959318.
HSL color Cylindrical-coordinate representation of color #96EE5A: hue angle of 95.68º degrees, saturation: 0.81, 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 #96EE5A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 238 | 90 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.07 |
| HSL | 95.68º | 0.81% | 0.64% | - |
| HSV(B) | 95.68º | 0.62% | 0.93% | - |
| XYZ | 45 | 68.37 | 20.5 | - |
| YUV | 194.82 | 68.85 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 238 | 90 | 0.37 | 0 | 0.62 | 0.07 | 95.68 | 0.81 | 0.64 |
| Hex | 96 | EE | 5A | 25 | 0 | 3E | 7 | 60 | 51 | 40 |
| Octal | 226 | 356 | 132 | 45 | 0 | 76 | 7 | 140 | 121 | 100 |
| Binary | 10010110 | 11101110 | 1011010 | 100101 | 0 | 111110 | 111 | 1100000 | 1010001 | 1000000 |
Color Harmonies of #96EE5A
Complementary color
Monochromatic Colors of #96EE5A
Black with #96EE5A
Text Example
Text Example
White with #96EE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EE5A; }
p { color: rgb(150,238,90); }
H1.HeaderClassName
{
color: #96EE5A;
}
.AnyTagClassName
{
color: #96EE5A;
}
</style>
background-color css
<style>
a { background-color: #96EE5A; }
a { background-color: rgb(150,238,90); }
div.DivClassName
{
background-color: #96EE5A;
}
.BgClassName
{
background-color: #96EE5A;
}
</style>
border-color css
<style>
span { border-color: #96EE5A; }
span { border-color: rgb(150,238,90); }
td.TdClassName
{
border-color: #96EE5A;
}
.TagClassName
{
border-color: #96EE5A;
}
</style>