Html Css Color HEX #96E58D Granny Smith Apple
📋 copy color: '#96E58D'red 150 ◦ green 229 ◦ blue 141
Shades of Granny Smith Apple #96E58D
Tints of Granny Smith Apple #96E58D
RGB
CMYK
RGB Variations
Color information
#96E58D (or 0x96E58D) is known color: Granny Smith Apple. HEX triplet: 96, E5 and 8D. RGB value is (150,229,141). Sum of RGB (Red+Green+Blue) = 150+229+141=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #96E58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E58D is #691A72. Grayscale: #C3C3C3. Windows color (decimal): -6888051 or 9299350. OLE color: 9299350.
HSL color Cylindrical-coordinate representation of color #96E58D: hue angle of 113.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96E58D is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 141 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.10 |
| HSL | 113.86º | 0.63% | 0.73% | - |
| HSV(B) | 113.86º | 0.38% | 0.9% | - |
| XYZ | 45.4 | 64.45 | 35.25 | - |
| YUV | 195.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 141 | 0.34 | 0 | 0.38 | 0.10 | 113.86 | 0.63 | 0.73 |
| Hex | 96 | E5 | 8D | 22 | 0 | 26 | A | 72 | 3F | 49 |
| Octal | 226 | 345 | 215 | 42 | 0 | 46 | 12 | 162 | 77 | 111 |
| Binary | 10010110 | 11100101 | 10001101 | 100010 | 0 | 100110 | 1010 | 1110010 | 111111 | 1001001 |
Color Harmonies of #96E58D
Complementary color
Monochromatic Colors of #96E58D
Black with #96E58D
Text Example
Text Example
White with #96E58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E58D; }
p { color: rgb(150,229,141); }
H1.HeaderClassName
{
color: #96E58D;
}
.AnyTagClassName
{
color: #96E58D;
}
</style>
background-color css
<style>
a { background-color: #96E58D; }
a { background-color: rgb(150,229,141); }
div.DivClassName
{
background-color: #96E58D;
}
.BgClassName
{
background-color: #96E58D;
}
</style>
border-color css
<style>
span { border-color: #96E58D; }
span { border-color: rgb(150,229,141); }
td.TdClassName
{
border-color: #96E58D;
}
.TagClassName
{
border-color: #96E58D;
}
</style>