Html Css Color HEX #9ED495 Granny Smith Apple
📋 copy color: '#9ED495'red 158 ◦ green 212 ◦ blue 149
Shades of Granny Smith Apple #9ED495
Tints of Granny Smith Apple #9ED495
RGB
CMYK
RGB Variations
Color information
#9ED495 (or 0x9ED495) is known color: Granny Smith Apple. HEX triplet: 9E, D4 and 95. RGB value is (158,212,149). Sum of RGB (Red+Green+Blue) = 158+212+149=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED495 is #612B6A. Grayscale: #BCBCBC. Windows color (decimal): -6368107 or 9819294. OLE color: 9819294.
HSL color Cylindrical-coordinate representation of color #9ED495: hue angle of 111.43º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ED495 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 149 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.17 |
| HSL | 111.43º | 0.42% | 0.71% | - |
| HSV(B) | 111.43º | 0.3% | 0.83% | - |
| XYZ | 43.07 | 56.53 | 37.07 | - |
| YUV | 188.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 149 | 0.25 | 0 | 0.30 | 0.17 | 111.43 | 0.42 | 0.71 |
| Hex | 9E | D4 | 95 | 19 | 0 | 1E | 11 | 6F | 2A | 47 |
| Octal | 236 | 324 | 225 | 31 | 0 | 36 | 21 | 157 | 52 | 107 |
| Binary | 10011110 | 11010100 | 10010101 | 11001 | 0 | 11110 | 10001 | 1101111 | 101010 | 1000111 |
Color Harmonies of #9ED495
Complementary color
Monochromatic Colors of #9ED495
Black with #9ED495
Text Example
Text Example
White with #9ED495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED495; }
p { color: rgb(158,212,149); }
H1.HeaderClassName
{
color: #9ED495;
}
.AnyTagClassName
{
color: #9ED495;
}
</style>
background-color css
<style>
a { background-color: #9ED495; }
a { background-color: rgb(158,212,149); }
div.DivClassName
{
background-color: #9ED495;
}
.BgClassName
{
background-color: #9ED495;
}
</style>
border-color css
<style>
span { border-color: #9ED495; }
span { border-color: rgb(158,212,149); }
td.TdClassName
{
border-color: #9ED495;
}
.TagClassName
{
border-color: #9ED495;
}
</style>