Html Css Color HEX #94D98E Granny Smith Apple
📋 copy color: '#94D98E'red 148 ◦ green 217 ◦ blue 142
Shades of Granny Smith Apple #94D98E
Tints of Granny Smith Apple #94D98E
RGB
CMYK
RGB Variations
Color information
#94D98E (or 0x94D98E) is known color: Granny Smith Apple. HEX triplet: 94, D9 and 8E. RGB value is (148,217,142). Sum of RGB (Red+Green+Blue) = 148+217+142=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #94D98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D98E is #6B2671. Grayscale: #BCBCBC. Windows color (decimal): -7022194 or 9361812. OLE color: 9361812.
HSL color Cylindrical-coordinate representation of color #94D98E: hue angle of 115.2º 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 #94D98E is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 142 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.15 |
| HSL | 115.2º | 0.5% | 0.7% | - |
| HSV(B) | 115.2º | 0.35% | 0.85% | - |
| XYZ | 41.91 | 57.87 | 34.55 | - |
| YUV | 187.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 142 | 0.32 | 0 | 0.35 | 0.15 | 115.2 | 0.5 | 0.7 |
| Hex | 94 | D9 | 8E | 20 | 0 | 23 | F | 73 | 32 | 46 |
| Octal | 224 | 331 | 216 | 40 | 0 | 43 | 17 | 163 | 62 | 106 |
| Binary | 10010100 | 11011001 | 10001110 | 100000 | 0 | 100011 | 1111 | 1110011 | 110010 | 1000110 |
Color Harmonies of #94D98E
Complementary color
Monochromatic Colors of #94D98E
Black with #94D98E
Text Example
Text Example
White with #94D98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D98E; }
p { color: rgb(148,217,142); }
H1.HeaderClassName
{
color: #94D98E;
}
.AnyTagClassName
{
color: #94D98E;
}
</style>
background-color css
<style>
a { background-color: #94D98E; }
a { background-color: rgb(148,217,142); }
div.DivClassName
{
background-color: #94D98E;
}
.BgClassName
{
background-color: #94D98E;
}
</style>
border-color css
<style>
span { border-color: #94D98E; }
span { border-color: rgb(148,217,142); }
td.TdClassName
{
border-color: #94D98E;
}
.TagClassName
{
border-color: #94D98E;
}
</style>