Html Css Color HEX #96E48A Granny Smith Apple
📋 copy color: '#96E48A'red 150 ◦ green 228 ◦ blue 138
Shades of Granny Smith Apple #96E48A
Tints of Granny Smith Apple #96E48A
RGB
CMYK
RGB Variations
Color information
#96E48A (or 0x96E48A) is known color: Granny Smith Apple. HEX triplet: 96, E4 and 8A. RGB value is (150,228,138). Sum of RGB (Red+Green+Blue) = 150+228+138=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #96E48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E48A is #691B75. Grayscale: #C2C2C2. Windows color (decimal): -6888310 or 9102486. OLE color: 9102486.
HSL color Cylindrical-coordinate representation of color #96E48A: hue angle of 112º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96E48A is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 228 | 138 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.11 |
| HSL | 112º | 0.63% | 0.72% | - |
| HSV(B) | 112º | 0.39% | 0.89% | - |
| XYZ | 44.91 | 63.81 | 33.99 | - |
| YUV | 194.42 | 96.16 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 228 | 138 | 0.34 | 0 | 0.39 | 0.11 | 112 | 0.63 | 0.72 |
| Hex | 96 | E4 | 8A | 22 | 0 | 27 | B | 70 | 3E | 48 |
| Octal | 226 | 344 | 212 | 42 | 0 | 47 | 13 | 160 | 76 | 110 |
| Binary | 10010110 | 11100100 | 10001010 | 100010 | 0 | 100111 | 1011 | 1110000 | 111110 | 1001000 |
Color Harmonies of #96E48A
Complementary color
Monochromatic Colors of #96E48A
Black with #96E48A
Text Example
Text Example
White with #96E48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E48A; }
p { color: rgb(150,228,138); }
H1.HeaderClassName
{
color: #96E48A;
}
.AnyTagClassName
{
color: #96E48A;
}
</style>
background-color css
<style>
a { background-color: #96E48A; }
a { background-color: rgb(150,228,138); }
div.DivClassName
{
background-color: #96E48A;
}
.BgClassName
{
background-color: #96E48A;
}
</style>
border-color css
<style>
span { border-color: #96E48A; }
span { border-color: rgb(150,228,138); }
td.TdClassName
{
border-color: #96E48A;
}
.TagClassName
{
border-color: #96E48A;
}
</style>