Html Css Color HEX #9ED098 Granny Smith Apple
📋 copy color: '#9ED098'red 158 ◦ green 208 ◦ blue 152
Shades of Granny Smith Apple #9ED098
Tints of Granny Smith Apple #9ED098
RGB
CMYK
RGB Variations
Color information
#9ED098 (or 0x9ED098) is known color: Granny Smith Apple. HEX triplet: 9E, D0 and 98. RGB value is (158,208,152). Sum of RGB (Red+Green+Blue) = 158+208+152=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED098 is #612F67. Grayscale: #BABABA. Windows color (decimal): -6369128 or 10014878. OLE color: 10014878.
HSL color Cylindrical-coordinate representation of color #9ED098: hue angle of 113.57º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED098 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 152 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.18 |
| HSL | 113.57º | 0.37% | 0.71% | - |
| HSV(B) | 113.57º | 0.27% | 0.82% | - |
| XYZ | 42.32 | 54.65 | 38.02 | - |
| YUV | 186.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 152 | 0.24 | 0 | 0.27 | 0.18 | 113.57 | 0.37 | 0.71 |
| Hex | 9E | D0 | 98 | 18 | 0 | 1B | 12 | 72 | 25 | 47 |
| Octal | 236 | 320 | 230 | 30 | 0 | 33 | 22 | 162 | 45 | 107 |
| Binary | 10011110 | 11010000 | 10011000 | 11000 | 0 | 11011 | 10010 | 1110010 | 100101 | 1000111 |
Color Harmonies of #9ED098
Complementary color
Monochromatic Colors of #9ED098
Black with #9ED098
Text Example
Text Example
White with #9ED098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED098; }
p { color: rgb(158,208,152); }
H1.HeaderClassName
{
color: #9ED098;
}
.AnyTagClassName
{
color: #9ED098;
}
</style>
background-color css
<style>
a { background-color: #9ED098; }
a { background-color: rgb(158,208,152); }
div.DivClassName
{
background-color: #9ED098;
}
.BgClassName
{
background-color: #9ED098;
}
</style>
border-color css
<style>
span { border-color: #9ED098; }
span { border-color: rgb(158,208,152); }
td.TdClassName
{
border-color: #9ED098;
}
.TagClassName
{
border-color: #9ED098;
}
</style>