Html Css Color HEX #96E297 Granny Smith Apple
📋 copy color: '#96E297'red 150 ◦ green 226 ◦ blue 151
Shades of Granny Smith Apple #96E297
Tints of Granny Smith Apple #96E297
RGB
CMYK
RGB Variations
Color information
#96E297 (or 0x96E297) is known color: Granny Smith Apple. HEX triplet: 96, E2 and 97. RGB value is (150,226,151). Sum of RGB (Red+Green+Blue) = 150+226+151=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #96E297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E297 is #691D68. Grayscale: #C2C2C2. Windows color (decimal): -6888809 or 9953942. OLE color: 9953942.
HSL color Cylindrical-coordinate representation of color #96E297: hue angle of 120.79º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E297 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 151 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.11 |
| HSL | 120.79º | 0.57% | 0.74% | - |
| HSV(B) | 120.79º | 0.34% | 0.89% | - |
| XYZ | 45.36 | 63.11 | 39.07 | - |
| YUV | 194.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 151 | 0.34 | 0 | 0.33 | 0.11 | 120.79 | 0.57 | 0.74 |
| Hex | 96 | E2 | 97 | 22 | 0 | 21 | B | 79 | 39 | 4A |
| Octal | 226 | 342 | 227 | 42 | 0 | 41 | 13 | 171 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10010111 | 100010 | 0 | 100001 | 1011 | 1111001 | 111001 | 1001010 |
Color Harmonies of #96E297
Complementary color
Monochromatic Colors of #96E297
Black with #96E297
Text Example
Text Example
White with #96E297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E297; }
p { color: rgb(150,226,151); }
H1.HeaderClassName
{
color: #96E297;
}
.AnyTagClassName
{
color: #96E297;
}
</style>
background-color css
<style>
a { background-color: #96E297; }
a { background-color: rgb(150,226,151); }
div.DivClassName
{
background-color: #96E297;
}
.BgClassName
{
background-color: #96E297;
}
</style>
border-color css
<style>
span { border-color: #96E297; }
span { border-color: rgb(150,226,151); }
td.TdClassName
{
border-color: #96E297;
}
.TagClassName
{
border-color: #96E297;
}
</style>