Html Css Color HEX #93D692 Granny Smith Apple
📋 copy color: '#93D692'red 147 ◦ green 214 ◦ blue 146
Shades of Granny Smith Apple #93D692
Tints of Granny Smith Apple #93D692
RGB
CMYK
RGB Variations
Color information
#93D692 (or 0x93D692) is known color: Granny Smith Apple. HEX triplet: 93, D6 and 92. RGB value is (147,214,146). Sum of RGB (Red+Green+Blue) = 147+214+146=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #93D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D692 is #6C296D. Grayscale: #BABABA. Windows color (decimal): -7088494 or 9623187. OLE color: 9623187.
HSL color Cylindrical-coordinate representation of color #93D692: hue angle of 119.12º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D692 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 146 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.16 |
| HSL | 119.12º | 0.45% | 0.71% | - |
| HSV(B) | 119.12º | 0.32% | 0.84% | - |
| XYZ | 41.27 | 56.37 | 35.9 | - |
| YUV | 186.22 | 105.3 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 146 | 0.31 | 0 | 0.32 | 0.16 | 119.12 | 0.45 | 0.71 |
| Hex | 93 | D6 | 92 | 1F | 0 | 20 | 10 | 77 | 2D | 47 |
| Octal | 223 | 326 | 222 | 37 | 0 | 40 | 20 | 167 | 55 | 107 |
| Binary | 10010011 | 11010110 | 10010010 | 11111 | 0 | 100000 | 10000 | 1110111 | 101101 | 1000111 |
Color Harmonies of #93D692
Complementary color
Monochromatic Colors of #93D692
Black with #93D692
Text Example
Text Example
White with #93D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D692; }
p { color: rgb(147,214,146); }
H1.HeaderClassName
{
color: #93D692;
}
.AnyTagClassName
{
color: #93D692;
}
</style>
background-color css
<style>
a { background-color: #93D692; }
a { background-color: rgb(147,214,146); }
div.DivClassName
{
background-color: #93D692;
}
.BgClassName
{
background-color: #93D692;
}
</style>
border-color css
<style>
span { border-color: #93D692; }
span { border-color: rgb(147,214,146); }
td.TdClassName
{
border-color: #93D692;
}
.TagClassName
{
border-color: #93D692;
}
</style>