Html Css Color HEX #9EDD94 Granny Smith Apple
📋 copy color: '#9EDD94'red 158 ◦ green 221 ◦ blue 148
Shades of Granny Smith Apple #9EDD94
Tints of Granny Smith Apple #9EDD94
RGB
CMYK
RGB Variations
Color information
#9EDD94 (or 0x9EDD94) is known color: Granny Smith Apple. HEX triplet: 9E, DD and 94. RGB value is (158,221,148). Sum of RGB (Red+Green+Blue) = 158+221+148=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD94 is #61226B. Grayscale: #C2C2C2. Windows color (decimal): -6365804 or 9756062. OLE color: 9756062.
HSL color Cylindrical-coordinate representation of color #9EDD94: hue angle of 111.78º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDD94 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 148 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.13 |
| HSL | 111.78º | 0.52% | 0.72% | - |
| HSV(B) | 111.78º | 0.33% | 0.87% | - |
| XYZ | 45.3 | 61.12 | 37.43 | - |
| YUV | 193.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 148 | 0.29 | 0 | 0.33 | 0.13 | 111.78 | 0.52 | 0.72 |
| Hex | 9E | DD | 94 | 1D | 0 | 21 | D | 70 | 34 | 48 |
| Octal | 236 | 335 | 224 | 35 | 0 | 41 | 15 | 160 | 64 | 110 |
| Binary | 10011110 | 11011101 | 10010100 | 11101 | 0 | 100001 | 1101 | 1110000 | 110100 | 1001000 |
Color Harmonies of #9EDD94
Complementary color
Monochromatic Colors of #9EDD94
Black with #9EDD94
Text Example
Text Example
White with #9EDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD94; }
p { color: rgb(158,221,148); }
H1.HeaderClassName
{
color: #9EDD94;
}
.AnyTagClassName
{
color: #9EDD94;
}
</style>
background-color css
<style>
a { background-color: #9EDD94; }
a { background-color: rgb(158,221,148); }
div.DivClassName
{
background-color: #9EDD94;
}
.BgClassName
{
background-color: #9EDD94;
}
</style>
border-color css
<style>
span { border-color: #9EDD94; }
span { border-color: rgb(158,221,148); }
td.TdClassName
{
border-color: #9EDD94;
}
.TagClassName
{
border-color: #9EDD94;
}
</style>