Html Css Color HEX #96E292 Granny Smith Apple
📋 copy color: '#96E292'red 150 ◦ green 226 ◦ blue 146
Shades of Granny Smith Apple #96E292
Tints of Granny Smith Apple #96E292
RGB
CMYK
RGB Variations
Color information
#96E292 (or 0x96E292) is known color: Granny Smith Apple. HEX triplet: 96, E2 and 92. RGB value is (150,226,146). Sum of RGB (Red+Green+Blue) = 150+226+146=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #96E292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E292 is #691D6D. Grayscale: #C2C2C2. Windows color (decimal): -6888814 or 9626262. OLE color: 9626262.
HSL color Cylindrical-coordinate representation of color #96E292: hue angle of 117º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E292 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 146 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.11 |
| HSL | 117º | 0.58% | 0.73% | - |
| HSV(B) | 117º | 0.35% | 0.89% | - |
| XYZ | 44.96 | 62.95 | 36.98 | - |
| YUV | 194.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 146 | 0.34 | 0 | 0.35 | 0.11 | 117 | 0.58 | 0.73 |
| Hex | 96 | E2 | 92 | 22 | 0 | 23 | B | 75 | 3A | 49 |
| Octal | 226 | 342 | 222 | 42 | 0 | 43 | 13 | 165 | 72 | 111 |
| Binary | 10010110 | 11100010 | 10010010 | 100010 | 0 | 100011 | 1011 | 1110101 | 111010 | 1001001 |
Color Harmonies of #96E292
Complementary color
Monochromatic Colors of #96E292
Black with #96E292
Text Example
Text Example
White with #96E292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E292; }
p { color: rgb(150,226,146); }
H1.HeaderClassName
{
color: #96E292;
}
.AnyTagClassName
{
color: #96E292;
}
</style>
background-color css
<style>
a { background-color: #96E292; }
a { background-color: rgb(150,226,146); }
div.DivClassName
{
background-color: #96E292;
}
.BgClassName
{
background-color: #96E292;
}
</style>
border-color css
<style>
span { border-color: #96E292; }
span { border-color: rgb(150,226,146); }
td.TdClassName
{
border-color: #96E292;
}
.TagClassName
{
border-color: #96E292;
}
</style>