Html Css Color HEX #93DA8A Granny Smith Apple
📋 copy color: '#93DA8A'red 147 ◦ green 218 ◦ blue 138
Shades of Granny Smith Apple #93DA8A
Tints of Granny Smith Apple #93DA8A
RGB
CMYK
RGB Variations
Color information
#93DA8A (or 0x93DA8A) is known color: Granny Smith Apple. HEX triplet: 93, DA and 8A. RGB value is (147,218,138). Sum of RGB (Red+Green+Blue) = 147+218+138=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #93DA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DA8A is #6C2575. Grayscale: #BBBBBB. Windows color (decimal): -7087478 or 9099923. OLE color: 9099923.
HSL color Cylindrical-coordinate representation of color #93DA8A: hue angle of 113.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93DA8A is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 138 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.15 |
| HSL | 113.25º | 0.52% | 0.7% | - |
| HSV(B) | 113.25º | 0.37% | 0.85% | - |
| XYZ | 41.69 | 58.18 | 33.08 | - |
| YUV | 187.65 | 99.98 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 138 | 0.33 | 0 | 0.37 | 0.15 | 113.25 | 0.52 | 0.7 |
| Hex | 93 | DA | 8A | 21 | 0 | 25 | F | 71 | 34 | 46 |
| Octal | 223 | 332 | 212 | 41 | 0 | 45 | 17 | 161 | 64 | 106 |
| Binary | 10010011 | 11011010 | 10001010 | 100001 | 0 | 100101 | 1111 | 1110001 | 110100 | 1000110 |
Color Harmonies of #93DA8A
Complementary color
Monochromatic Colors of #93DA8A
Black with #93DA8A
Text Example
Text Example
White with #93DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DA8A; }
p { color: rgb(147,218,138); }
H1.HeaderClassName
{
color: #93DA8A;
}
.AnyTagClassName
{
color: #93DA8A;
}
</style>
background-color css
<style>
a { background-color: #93DA8A; }
a { background-color: rgb(147,218,138); }
div.DivClassName
{
background-color: #93DA8A;
}
.BgClassName
{
background-color: #93DA8A;
}
</style>
border-color css
<style>
span { border-color: #93DA8A; }
span { border-color: rgb(147,218,138); }
td.TdClassName
{
border-color: #93DA8A;
}
.TagClassName
{
border-color: #93DA8A;
}
</style>