Html Css Color HEX #93D496 Granny Smith Apple
📋 copy color: '#93D496'red 147 ◦ green 212 ◦ blue 150
Shades of Granny Smith Apple #93D496
Tints of Granny Smith Apple #93D496
RGB
CMYK
RGB Variations
Color information
#93D496 (or 0x93D496) is known color: Granny Smith Apple. HEX triplet: 93, D4 and 96. RGB value is (147,212,150). Sum of RGB (Red+Green+Blue) = 147+212+150=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #93D496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D496 is #6C2B69. Grayscale: #B9B9B9. Windows color (decimal): -7089002 or 9884819. OLE color: 9884819.
HSL color Cylindrical-coordinate representation of color #93D496: hue angle of 122.77º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D496 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 150 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.17 |
| HSL | 122.77º | 0.43% | 0.7% | - |
| HSV(B) | 122.77º | 0.31% | 0.83% | - |
| XYZ | 41.08 | 55.49 | 37.4 | - |
| YUV | 185.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 150 | 0.31 | 0 | 0.29 | 0.17 | 122.77 | 0.43 | 0.7 |
| Hex | 93 | D4 | 96 | 1F | 0 | 1D | 11 | 7B | 2B | 46 |
| Octal | 223 | 324 | 226 | 37 | 0 | 35 | 21 | 173 | 53 | 106 |
| Binary | 10010011 | 11010100 | 10010110 | 11111 | 0 | 11101 | 10001 | 1111011 | 101011 | 1000110 |
Color Harmonies of #93D496
Complementary color
Monochromatic Colors of #93D496
Black with #93D496
Text Example
Text Example
White with #93D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D496; }
p { color: rgb(147,212,150); }
H1.HeaderClassName
{
color: #93D496;
}
.AnyTagClassName
{
color: #93D496;
}
</style>
background-color css
<style>
a { background-color: #93D496; }
a { background-color: rgb(147,212,150); }
div.DivClassName
{
background-color: #93D496;
}
.BgClassName
{
background-color: #93D496;
}
</style>
border-color css
<style>
span { border-color: #93D496; }
span { border-color: rgb(147,212,150); }
td.TdClassName
{
border-color: #93D496;
}
.TagClassName
{
border-color: #93D496;
}
</style>