Html Css Color HEX #9ED194 Granny Smith Apple
📋 copy color: '#9ED194'red 158 ◦ green 209 ◦ blue 148
Shades of Granny Smith Apple #9ED194
Tints of Granny Smith Apple #9ED194
RGB
CMYK
RGB Variations
Color information
#9ED194 (or 0x9ED194) is known color: Granny Smith Apple. HEX triplet: 9E, D1 and 94. RGB value is (158,209,148). Sum of RGB (Red+Green+Blue) = 158+209+148=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED194 is #612E6B. Grayscale: #BABABA. Windows color (decimal): -6368876 or 9752990. OLE color: 9752990.
HSL color Cylindrical-coordinate representation of color #9ED194: hue angle of 110.16º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ED194 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 209 | 148 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.18 |
| HSL | 110.16º | 0.4% | 0.7% | - |
| HSV(B) | 110.16º | 0.29% | 0.82% | - |
| XYZ | 42.25 | 55.01 | 36.41 | - |
| YUV | 186.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 209 | 148 | 0.24 | 0 | 0.29 | 0.18 | 110.16 | 0.4 | 0.7 |
| Hex | 9E | D1 | 94 | 18 | 0 | 1D | 12 | 6E | 28 | 46 |
| Octal | 236 | 321 | 224 | 30 | 0 | 35 | 22 | 156 | 50 | 106 |
| Binary | 10011110 | 11010001 | 10010100 | 11000 | 0 | 11101 | 10010 | 1101110 | 101000 | 1000110 |
Color Harmonies of #9ED194
Complementary color
Monochromatic Colors of #9ED194
Black with #9ED194
Text Example
Text Example
White with #9ED194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED194; }
p { color: rgb(158,209,148); }
H1.HeaderClassName
{
color: #9ED194;
}
.AnyTagClassName
{
color: #9ED194;
}
</style>
background-color css
<style>
a { background-color: #9ED194; }
a { background-color: rgb(158,209,148); }
div.DivClassName
{
background-color: #9ED194;
}
.BgClassName
{
background-color: #9ED194;
}
</style>
border-color css
<style>
span { border-color: #9ED194; }
span { border-color: rgb(158,209,148); }
td.TdClassName
{
border-color: #9ED194;
}
.TagClassName
{
border-color: #9ED194;
}
</style>