Html Css Color HEX #9EDA94 Granny Smith Apple
📋 copy color: '#9EDA94'red 158 ◦ green 218 ◦ blue 148
Shades of Granny Smith Apple #9EDA94
Tints of Granny Smith Apple #9EDA94
RGB
CMYK
RGB Variations
Color information
#9EDA94 (or 0x9EDA94) is known color: Granny Smith Apple. HEX triplet: 9E, DA and 94. RGB value is (158,218,148). Sum of RGB (Red+Green+Blue) = 158+218+148=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDA94 is #61256B. Grayscale: #C0C0C0. Windows color (decimal): -6366572 or 9755294. OLE color: 9755294.
HSL color Cylindrical-coordinate representation of color #9EDA94: hue angle of 111.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EDA94 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 148 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.15 |
| HSL | 111.43º | 0.49% | 0.72% | - |
| HSV(B) | 111.43º | 0.32% | 0.85% | - |
| XYZ | 44.52 | 59.55 | 37.16 | - |
| YUV | 192.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 148 | 0.28 | 0 | 0.32 | 0.15 | 111.43 | 0.49 | 0.72 |
| Hex | 9E | DA | 94 | 1C | 0 | 20 | F | 6F | 31 | 48 |
| Octal | 236 | 332 | 224 | 34 | 0 | 40 | 17 | 157 | 61 | 110 |
| Binary | 10011110 | 11011010 | 10010100 | 11100 | 0 | 100000 | 1111 | 1101111 | 110001 | 1001000 |
Color Harmonies of #9EDA94
Complementary color
Monochromatic Colors of #9EDA94
Black with #9EDA94
Text Example
Text Example
White with #9EDA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA94; }
p { color: rgb(158,218,148); }
H1.HeaderClassName
{
color: #9EDA94;
}
.AnyTagClassName
{
color: #9EDA94;
}
</style>
background-color css
<style>
a { background-color: #9EDA94; }
a { background-color: rgb(158,218,148); }
div.DivClassName
{
background-color: #9EDA94;
}
.BgClassName
{
background-color: #9EDA94;
}
</style>
border-color css
<style>
span { border-color: #9EDA94; }
span { border-color: rgb(158,218,148); }
td.TdClassName
{
border-color: #9EDA94;
}
.TagClassName
{
border-color: #9EDA94;
}
</style>