Html Css Color HEX #94D98B Granny Smith Apple
📋 copy color: '#94D98B'red 148 ◦ green 217 ◦ blue 139
Shades of Granny Smith Apple #94D98B
Tints of Granny Smith Apple #94D98B
RGB
CMYK
RGB Variations
Color information
#94D98B (or 0x94D98B) is known color: Granny Smith Apple. HEX triplet: 94, D9 and 8B. RGB value is (148,217,139). Sum of RGB (Red+Green+Blue) = 148+217+139=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #94D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D98B is #6B2674. Grayscale: #BBBBBB. Windows color (decimal): -7022197 or 9165204. OLE color: 9165204.
HSL color Cylindrical-coordinate representation of color #94D98B: hue angle of 113.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94D98B is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 139 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.15 |
| HSL | 113.08º | 0.51% | 0.7% | - |
| HSV(B) | 113.08º | 0.36% | 0.85% | - |
| XYZ | 41.69 | 57.79 | 33.38 | - |
| YUV | 187.48 | 100.64 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 139 | 0.32 | 0 | 0.36 | 0.15 | 113.08 | 0.51 | 0.7 |
| Hex | 94 | D9 | 8B | 20 | 0 | 24 | F | 71 | 33 | 46 |
| Octal | 224 | 331 | 213 | 40 | 0 | 44 | 17 | 161 | 63 | 106 |
| Binary | 10010100 | 11011001 | 10001011 | 100000 | 0 | 100100 | 1111 | 1110001 | 110011 | 1000110 |
Color Harmonies of #94D98B
Complementary color
Monochromatic Colors of #94D98B
Black with #94D98B
Text Example
Text Example
White with #94D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D98B; }
p { color: rgb(148,217,139); }
H1.HeaderClassName
{
color: #94D98B;
}
.AnyTagClassName
{
color: #94D98B;
}
</style>
background-color css
<style>
a { background-color: #94D98B; }
a { background-color: rgb(148,217,139); }
div.DivClassName
{
background-color: #94D98B;
}
.BgClassName
{
background-color: #94D98B;
}
</style>
border-color css
<style>
span { border-color: #94D98B; }
span { border-color: rgb(148,217,139); }
td.TdClassName
{
border-color: #94D98B;
}
.TagClassName
{
border-color: #94D98B;
}
</style>