Html Css Color HEX #96E094 Granny Smith Apple
📋 copy color: '#96E094'red 150 ◦ green 224 ◦ blue 148
Shades of Granny Smith Apple #96E094
Tints of Granny Smith Apple #96E094
RGB
CMYK
RGB Variations
Color information
#96E094 (or 0x96E094) is known color: Granny Smith Apple. HEX triplet: 96, E0 and 94. RGB value is (150,224,148). Sum of RGB (Red+Green+Blue) = 150+224+148=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #96E094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E094 is #691F6B. Grayscale: #C1C1C1. Windows color (decimal): -6889324 or 9756822. OLE color: 9756822.
HSL color Cylindrical-coordinate representation of color #96E094: hue angle of 118.42º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E094 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 224 | 148 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.12 |
| HSL | 118.42º | 0.55% | 0.73% | - |
| HSV(B) | 118.42º | 0.34% | 0.88% | - |
| XYZ | 44.58 | 61.93 | 37.62 | - |
| YUV | 193.21 | 102.48 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 224 | 148 | 0.33 | 0 | 0.34 | 0.12 | 118.42 | 0.55 | 0.73 |
| Hex | 96 | E0 | 94 | 21 | 0 | 22 | C | 76 | 37 | 49 |
| Octal | 226 | 340 | 224 | 41 | 0 | 42 | 14 | 166 | 67 | 111 |
| Binary | 10010110 | 11100000 | 10010100 | 100001 | 0 | 100010 | 1100 | 1110110 | 110111 | 1001001 |
Color Harmonies of #96E094
Complementary color
Monochromatic Colors of #96E094
Black with #96E094
Text Example
Text Example
White with #96E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E094; }
p { color: rgb(150,224,148); }
H1.HeaderClassName
{
color: #96E094;
}
.AnyTagClassName
{
color: #96E094;
}
</style>
background-color css
<style>
a { background-color: #96E094; }
a { background-color: rgb(150,224,148); }
div.DivClassName
{
background-color: #96E094;
}
.BgClassName
{
background-color: #96E094;
}
</style>
border-color css
<style>
span { border-color: #96E094; }
span { border-color: rgb(150,224,148); }
td.TdClassName
{
border-color: #96E094;
}
.TagClassName
{
border-color: #96E094;
}
</style>