Html Css Color HEX #94D796 Granny Smith Apple
📋 copy color: '#94D796'red 148 ◦ green 215 ◦ blue 150
Shades of Granny Smith Apple #94D796
Tints of Granny Smith Apple #94D796
RGB
CMYK
RGB Variations
Color information
#94D796 (or 0x94D796) is known color: Granny Smith Apple. HEX triplet: 94, D7 and 96. RGB value is (148,215,150). Sum of RGB (Red+Green+Blue) = 148+215+150=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #94D796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D796 is #6B2869. Grayscale: #BBBBBB. Windows color (decimal): -7022698 or 9885588. OLE color: 9885588.
HSL color Cylindrical-coordinate representation of color #94D796: hue angle of 121.79º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D796 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 150 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.16 |
| HSL | 121.79º | 0.46% | 0.71% | - |
| HSV(B) | 121.79º | 0.31% | 0.84% | - |
| XYZ | 42.02 | 57.1 | 37.66 | - |
| YUV | 187.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 150 | 0.31 | 0 | 0.30 | 0.16 | 121.79 | 0.46 | 0.71 |
| Hex | 94 | D7 | 96 | 1F | 0 | 1E | 10 | 7A | 2E | 47 |
| Octal | 224 | 327 | 226 | 37 | 0 | 36 | 20 | 172 | 56 | 107 |
| Binary | 10010100 | 11010111 | 10010110 | 11111 | 0 | 11110 | 10000 | 1111010 | 101110 | 1000111 |
Color Harmonies of #94D796
Complementary color
Monochromatic Colors of #94D796
Black with #94D796
Text Example
Text Example
White with #94D796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D796; }
p { color: rgb(148,215,150); }
H1.HeaderClassName
{
color: #94D796;
}
.AnyTagClassName
{
color: #94D796;
}
</style>
background-color css
<style>
a { background-color: #94D796; }
a { background-color: rgb(148,215,150); }
div.DivClassName
{
background-color: #94D796;
}
.BgClassName
{
background-color: #94D796;
}
</style>
border-color css
<style>
span { border-color: #94D796; }
span { border-color: rgb(148,215,150); }
td.TdClassName
{
border-color: #94D796;
}
.TagClassName
{
border-color: #94D796;
}
</style>