Html Css Color HEX #9DEE94 Granny Smith Apple
📋 copy color: '#9DEE94'red 157 ◦ green 238 ◦ blue 148
Shades of Granny Smith Apple #9DEE94
Tints of Granny Smith Apple #9DEE94
RGB
CMYK
RGB Variations
Color information
#9DEE94 (or 0x9DEE94) is known color: Granny Smith Apple. HEX triplet: 9D, EE and 94. RGB value is (157,238,148). Sum of RGB (Red+Green+Blue) = 157+238+148=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEE94 is #62116B. Grayscale: #CBCBCB. Windows color (decimal): -6426988 or 9760413. OLE color: 9760413.
HSL color Cylindrical-coordinate representation of color #9DEE94: hue angle of 114º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DEE94 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 238 | 148 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.07 |
| HSL | 114º | 0.73% | 0.76% | - |
| HSV(B) | 114º | 0.38% | 0.93% | - |
| XYZ | 49.82 | 70.46 | 38.99 | - |
| YUV | 203.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 238 | 148 | 0.34 | 0 | 0.38 | 0.07 | 114 | 0.73 | 0.76 |
| Hex | 9D | EE | 94 | 22 | 0 | 26 | 7 | 72 | 49 | 4C |
| Octal | 235 | 356 | 224 | 42 | 0 | 46 | 7 | 162 | 111 | 114 |
| Binary | 10011101 | 11101110 | 10010100 | 100010 | 0 | 100110 | 111 | 1110010 | 1001001 | 1001100 |
Color Harmonies of #9DEE94
Complementary color
Monochromatic Colors of #9DEE94
Black with #9DEE94
Text Example
Text Example
White with #9DEE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEE94; }
p { color: rgb(157,238,148); }
H1.HeaderClassName
{
color: #9DEE94;
}
.AnyTagClassName
{
color: #9DEE94;
}
</style>
background-color css
<style>
a { background-color: #9DEE94; }
a { background-color: rgb(157,238,148); }
div.DivClassName
{
background-color: #9DEE94;
}
.BgClassName
{
background-color: #9DEE94;
}
</style>
border-color css
<style>
span { border-color: #9DEE94; }
span { border-color: rgb(157,238,148); }
td.TdClassName
{
border-color: #9DEE94;
}
.TagClassName
{
border-color: #9DEE94;
}
</style>