Html Css Color HEX #93D98D Granny Smith Apple
📋 copy color: '#93D98D'red 147 ◦ green 217 ◦ blue 141
Shades of Granny Smith Apple #93D98D
Tints of Granny Smith Apple #93D98D
RGB
CMYK
RGB Variations
Color information
#93D98D (or 0x93D98D) is known color: Granny Smith Apple. HEX triplet: 93, D9 and 8D. RGB value is (147,217,141). Sum of RGB (Red+Green+Blue) = 147+217+141=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #93D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D98D is #6C2672. Grayscale: #BBBBBB. Windows color (decimal): -7087731 or 9296275. OLE color: 9296275.
HSL color Cylindrical-coordinate representation of color #93D98D: hue angle of 115.26º 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 #93D98D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 217 | 141 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.15 |
| HSL | 115.26º | 0.5% | 0.7% | - |
| HSV(B) | 115.26º | 0.35% | 0.85% | - |
| XYZ | 41.65 | 57.75 | 34.15 | - |
| YUV | 187.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 217 | 141 | 0.32 | 0 | 0.35 | 0.15 | 115.26 | 0.5 | 0.7 |
| Hex | 93 | D9 | 8D | 20 | 0 | 23 | F | 73 | 32 | 46 |
| Octal | 223 | 331 | 215 | 40 | 0 | 43 | 17 | 163 | 62 | 106 |
| Binary | 10010011 | 11011001 | 10001101 | 100000 | 0 | 100011 | 1111 | 1110011 | 110010 | 1000110 |
Color Harmonies of #93D98D
Complementary color
Monochromatic Colors of #93D98D
Black with #93D98D
Text Example
Text Example
White with #93D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D98D; }
p { color: rgb(147,217,141); }
H1.HeaderClassName
{
color: #93D98D;
}
.AnyTagClassName
{
color: #93D98D;
}
</style>
background-color css
<style>
a { background-color: #93D98D; }
a { background-color: rgb(147,217,141); }
div.DivClassName
{
background-color: #93D98D;
}
.BgClassName
{
background-color: #93D98D;
}
</style>
border-color css
<style>
span { border-color: #93D98D; }
span { border-color: rgb(147,217,141); }
td.TdClassName
{
border-color: #93D98D;
}
.TagClassName
{
border-color: #93D98D;
}
</style>