Html Css Color HEX #9EDA8D Granny Smith Apple
📋 copy color: '#9EDA8D'red 158 ◦ green 218 ◦ blue 141
Shades of Granny Smith Apple #9EDA8D
Tints of Granny Smith Apple #9EDA8D
RGB
CMYK
RGB Variations
Color information
#9EDA8D (or 0x9EDA8D) is known color: Granny Smith Apple. HEX triplet: 9E, DA and 8D. RGB value is (158,218,141). Sum of RGB (Red+Green+Blue) = 158+218+141=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDA8D is #612572. Grayscale: #BFBFBF. Windows color (decimal): -6366579 or 9296542. OLE color: 9296542.
HSL color Cylindrical-coordinate representation of color #9EDA8D: hue angle of 106.75º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EDA8D is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
RGB | 158 | 218 | 141 | - |
CMYK | 0.28 | 0 | 0.35 | 0.15 |
HSL | 106.75º | 0.51% | 0.7% | - |
HSV(B) | 106.75º | 0.35% | 0.85% | - |
XYZ | 43.98 | 59.34 | 34.33 | - |
YUV | 191.28 | 99.62 | 104.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 218 | 141 | 0.28 | 0 | 0.35 | 0.15 | 106.75 | 0.51 | 0.7 |
Hex | 9E | DA | 8D | 1C | 0 | 23 | F | 6B | 33 | 46 |
Octal | 236 | 332 | 215 | 34 | 0 | 43 | 17 | 153 | 63 | 106 |
Binary | 10011110 | 11011010 | 10001101 | 11100 | 0 | 100011 | 1111 | 1101011 | 110011 | 1000110 |
Color Harmonies of #9EDA8D
Complementary color
Monochromatic Colors of #9EDA8D
Black with #9EDA8D
Text Example
Text Example
White with #9EDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA8D; }
p { color: rgb(158,218,141); }
H1.HeaderClassName
{
color: #9EDA8D;
}
.AnyTagClassName
{
color: #9EDA8D;
}
</style>
background-color css
<style>
a { background-color: #9EDA8D; }
a { background-color: rgb(158,218,141); }
div.DivClassName
{
background-color: #9EDA8D;
}
.BgClassName
{
background-color: #9EDA8D;
}
</style>
border-color css
<style>
span { border-color: #9EDA8D; }
span { border-color: rgb(158,218,141); }
td.TdClassName
{
border-color: #9EDA8D;
}
.TagClassName
{
border-color: #9EDA8D;
}
</style>