Html Css Color HEX #94D98D Granny Smith Apple
📋 copy color: '#94D98D'red 148 ◦ green 217 ◦ blue 141
Shades of Granny Smith Apple #94D98D
Tints of Granny Smith Apple #94D98D
RGB
CMYK
RGB Variations
Color information
#94D98D (or 0x94D98D) is known color: Granny Smith Apple. HEX triplet: 94, D9 and 8D. RGB value is (148,217,141). Sum of RGB (Red+Green+Blue) = 148+217+141=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #94D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D98D is #6B2672. Grayscale: #BBBBBB. Windows color (decimal): -7022195 or 9296276. OLE color: 9296276.
HSL color Cylindrical-coordinate representation of color #94D98D: hue angle of 114.47º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94D98D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 141 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.15 |
| HSL | 114.47º | 0.5% | 0.7% | - |
| HSV(B) | 114.47º | 0.35% | 0.85% | - |
| XYZ | 41.83 | 57.84 | 34.16 | - |
| YUV | 187.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 141 | 0.32 | 0 | 0.35 | 0.15 | 114.47 | 0.5 | 0.7 |
| Hex | 94 | D9 | 8D | 20 | 0 | 23 | F | 72 | 32 | 46 |
| Octal | 224 | 331 | 215 | 40 | 0 | 43 | 17 | 162 | 62 | 106 |
| Binary | 10010100 | 11011001 | 10001101 | 100000 | 0 | 100011 | 1111 | 1110010 | 110010 | 1000110 |
Color Harmonies of #94D98D
Complementary color
Monochromatic Colors of #94D98D
Black with #94D98D
Text Example
Text Example
White with #94D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D98D; }
p { color: rgb(148,217,141); }
H1.HeaderClassName
{
color: #94D98D;
}
.AnyTagClassName
{
color: #94D98D;
}
</style>
background-color css
<style>
a { background-color: #94D98D; }
a { background-color: rgb(148,217,141); }
div.DivClassName
{
background-color: #94D98D;
}
.BgClassName
{
background-color: #94D98D;
}
</style>
border-color css
<style>
span { border-color: #94D98D; }
span { border-color: rgb(148,217,141); }
td.TdClassName
{
border-color: #94D98D;
}
.TagClassName
{
border-color: #94D98D;
}
</style>