Shades of Conifer #96E35A
Tints of Conifer #96E35A
RGB
CMYK
RGB Variations
Color information
#96E35A (or 0x96E35A) is known color: Conifer. HEX triplet: 96, E3 and 5A. RGB value is (150,227,90). Sum of RGB (Red+Green+Blue) = 150+227+90=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #96E35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E35A is #691CA5. Grayscale: #BCBCBC. Windows color (decimal): -6888614 or 5956502. OLE color: 5956502.
HSL color Cylindrical-coordinate representation of color #96E35A: hue angle of 93.72º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96E35A is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 90 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.11 |
| HSL | 93.72º | 0.71% | 0.62% | - |
| HSV(B) | 93.72º | 0.6% | 0.89% | - |
| XYZ | 41.89 | 62.16 | 19.46 | - |
| YUV | 188.36 | 72.49 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 90 | 0.34 | 0 | 0.60 | 0.11 | 93.72 | 0.71 | 0.62 |
| Hex | 96 | E3 | 5A | 22 | 0 | 3C | B | 5E | 47 | 3E |
| Octal | 226 | 343 | 132 | 42 | 0 | 74 | 13 | 136 | 107 | 76 |
| Binary | 10010110 | 11100011 | 1011010 | 100010 | 0 | 111100 | 1011 | 1011110 | 1000111 | 111110 |
Color Harmonies of #96E35A
Complementary color
Monochromatic Colors of #96E35A
Black with #96E35A
Text Example
Text Example
White with #96E35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E35A; }
p { color: rgb(150,227,90); }
H1.HeaderClassName
{
color: #96E35A;
}
.AnyTagClassName
{
color: #96E35A;
}
</style>
background-color css
<style>
a { background-color: #96E35A; }
a { background-color: rgb(150,227,90); }
div.DivClassName
{
background-color: #96E35A;
}
.BgClassName
{
background-color: #96E35A;
}
</style>
border-color css
<style>
span { border-color: #96E35A; }
span { border-color: rgb(150,227,90); }
td.TdClassName
{
border-color: #96E35A;
}
.TagClassName
{
border-color: #96E35A;
}
</style>