Html Css Color HEX #96E28D Granny Smith Apple
📋 copy color: '#96E28D'red 150 ◦ green 226 ◦ blue 141
Shades of Granny Smith Apple #96E28D
Tints of Granny Smith Apple #96E28D
RGB
CMYK
RGB Variations
Color information
#96E28D (or 0x96E28D) is known color: Granny Smith Apple. HEX triplet: 96, E2 and 8D. RGB value is (150,226,141). Sum of RGB (Red+Green+Blue) = 150+226+141=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #96E28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E28D is #691D72. Grayscale: #C1C1C1. Windows color (decimal): -6888819 or 9298582. OLE color: 9298582.
HSL color Cylindrical-coordinate representation of color #96E28D: hue angle of 113.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E28D is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 141 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.11 |
| HSL | 113.65º | 0.59% | 0.72% | - |
| HSV(B) | 113.65º | 0.38% | 0.89% | - |
| XYZ | 44.58 | 62.8 | 34.97 | - |
| YUV | 193.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 141 | 0.34 | 0 | 0.38 | 0.11 | 113.65 | 0.59 | 0.72 |
| Hex | 96 | E2 | 8D | 22 | 0 | 26 | B | 72 | 3B | 48 |
| Octal | 226 | 342 | 215 | 42 | 0 | 46 | 13 | 162 | 73 | 110 |
| Binary | 10010110 | 11100010 | 10001101 | 100010 | 0 | 100110 | 1011 | 1110010 | 111011 | 1001000 |
Color Harmonies of #96E28D
Complementary color
Monochromatic Colors of #96E28D
Black with #96E28D
Text Example
Text Example
White with #96E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E28D; }
p { color: rgb(150,226,141); }
H1.HeaderClassName
{
color: #96E28D;
}
.AnyTagClassName
{
color: #96E28D;
}
</style>
background-color css
<style>
a { background-color: #96E28D; }
a { background-color: rgb(150,226,141); }
div.DivClassName
{
background-color: #96E28D;
}
.BgClassName
{
background-color: #96E28D;
}
</style>
border-color css
<style>
span { border-color: #96E28D; }
span { border-color: rgb(150,226,141); }
td.TdClassName
{
border-color: #96E28D;
}
.TagClassName
{
border-color: #96E28D;
}
</style>