Html Css Color HEX #96E08E Granny Smith Apple
📋 copy color: '#96E08E'red 150 ◦ green 224 ◦ blue 142
Shades of Granny Smith Apple #96E08E
Tints of Granny Smith Apple #96E08E
RGB
CMYK
RGB Variations
Color information
#96E08E (or 0x96E08E) is known color: Granny Smith Apple. HEX triplet: 96, E0 and 8E. RGB value is (150,224,142). Sum of RGB (Red+Green+Blue) = 150+224+142=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #96E08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E08E is #691F71. Grayscale: #C0C0C0. Windows color (decimal): -6889330 or 9363606. OLE color: 9363606.
HSL color Cylindrical-coordinate representation of color #96E08E: hue angle of 114.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96E08E is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 142 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.12 |
| HSL | 114.15º | 0.57% | 0.72% | - |
| HSV(B) | 114.15º | 0.37% | 0.88% | - |
| XYZ | 44.12 | 61.75 | 35.18 | - |
| YUV | 192.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 142 | 0.33 | 0 | 0.37 | 0.12 | 114.15 | 0.57 | 0.72 |
| Hex | 96 | E0 | 8E | 21 | 0 | 25 | C | 72 | 39 | 48 |
| Octal | 226 | 340 | 216 | 41 | 0 | 45 | 14 | 162 | 71 | 110 |
| Binary | 10010110 | 11100000 | 10001110 | 100001 | 0 | 100101 | 1100 | 1110010 | 111001 | 1001000 |
Color Harmonies of #96E08E
Complementary color
Monochromatic Colors of #96E08E
Black with #96E08E
Text Example
Text Example
White with #96E08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E08E; }
p { color: rgb(150,224,142); }
H1.HeaderClassName
{
color: #96E08E;
}
.AnyTagClassName
{
color: #96E08E;
}
</style>
background-color css
<style>
a { background-color: #96E08E; }
a { background-color: rgb(150,224,142); }
div.DivClassName
{
background-color: #96E08E;
}
.BgClassName
{
background-color: #96E08E;
}
</style>
border-color css
<style>
span { border-color: #96E08E; }
span { border-color: rgb(150,224,142); }
td.TdClassName
{
border-color: #96E08E;
}
.TagClassName
{
border-color: #96E08E;
}
</style>