Html Css Color HEX #96D394 Granny Smith Apple
📋 copy color: '#96D394'red 150 ◦ green 211 ◦ blue 148
Shades of Granny Smith Apple #96D394
Tints of Granny Smith Apple #96D394
RGB
CMYK
RGB Variations
Color information
#96D394 (or 0x96D394) is known color: Granny Smith Apple. HEX triplet: 96, D3 and 94. RGB value is (150,211,148). Sum of RGB (Red+Green+Blue) = 150+211+148=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #96D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D394 is #692C6B. Grayscale: #B9B9B9. Windows color (decimal): -6892652 or 9753494. OLE color: 9753494.
HSL color Cylindrical-coordinate representation of color #96D394: hue angle of 118.1º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D394 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 148 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.17 |
| HSL | 118.1º | 0.42% | 0.7% | - |
| HSV(B) | 118.1º | 0.3% | 0.83% | - |
| XYZ | 41.22 | 55.21 | 36.5 | - |
| YUV | 185.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 148 | 0.29 | 0 | 0.30 | 0.17 | 118.1 | 0.42 | 0.7 |
| Hex | 96 | D3 | 94 | 1D | 0 | 1E | 11 | 76 | 2A | 46 |
| Octal | 226 | 323 | 224 | 35 | 0 | 36 | 21 | 166 | 52 | 106 |
| Binary | 10010110 | 11010011 | 10010100 | 11101 | 0 | 11110 | 10001 | 1110110 | 101010 | 1000110 |
Color Harmonies of #96D394
Complementary color
Monochromatic Colors of #96D394
Black with #96D394
Text Example
Text Example
White with #96D394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D394; }
p { color: rgb(150,211,148); }
H1.HeaderClassName
{
color: #96D394;
}
.AnyTagClassName
{
color: #96D394;
}
</style>
background-color css
<style>
a { background-color: #96D394; }
a { background-color: rgb(150,211,148); }
div.DivClassName
{
background-color: #96D394;
}
.BgClassName
{
background-color: #96D394;
}
</style>
border-color css
<style>
span { border-color: #96D394; }
span { border-color: rgb(150,211,148); }
td.TdClassName
{
border-color: #96D394;
}
.TagClassName
{
border-color: #96D394;
}
</style>