Html Css Color HEX #96E78E Granny Smith Apple
📋 copy color: '#96E78E'red 150 ◦ green 231 ◦ blue 142
Shades of Granny Smith Apple #96E78E
Tints of Granny Smith Apple #96E78E
RGB
CMYK
RGB Variations
Color information
#96E78E (or 0x96E78E) is known color: Granny Smith Apple. HEX triplet: 96, E7 and 8E. RGB value is (150,231,142). Sum of RGB (Red+Green+Blue) = 150+231+142=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #96E78E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E78E is #691871. Grayscale: #C4C4C4. Windows color (decimal): -6887538 or 9365398. OLE color: 9365398.
HSL color Cylindrical-coordinate representation of color #96E78E: hue angle of 114.61º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96E78E is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 142 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.09 |
| HSL | 114.61º | 0.65% | 0.73% | - |
| HSV(B) | 114.61º | 0.39% | 0.91% | - |
| XYZ | 46.04 | 65.59 | 35.82 | - |
| YUV | 196.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 142 | 0.35 | 0 | 0.39 | 0.09 | 114.61 | 0.65 | 0.73 |
| Hex | 96 | E7 | 8E | 23 | 0 | 27 | 9 | 73 | 41 | 49 |
| Octal | 226 | 347 | 216 | 43 | 0 | 47 | 11 | 163 | 101 | 111 |
| Binary | 10010110 | 11100111 | 10001110 | 100011 | 0 | 100111 | 1001 | 1110011 | 1000001 | 1001001 |
Color Harmonies of #96E78E
Complementary color
Monochromatic Colors of #96E78E
Black with #96E78E
Text Example
Text Example
White with #96E78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E78E; }
p { color: rgb(150,231,142); }
H1.HeaderClassName
{
color: #96E78E;
}
.AnyTagClassName
{
color: #96E78E;
}
</style>
background-color css
<style>
a { background-color: #96E78E; }
a { background-color: rgb(150,231,142); }
div.DivClassName
{
background-color: #96E78E;
}
.BgClassName
{
background-color: #96E78E;
}
</style>
border-color css
<style>
span { border-color: #96E78E; }
span { border-color: rgb(150,231,142); }
td.TdClassName
{
border-color: #96E78E;
}
.TagClassName
{
border-color: #96E78E;
}
</style>