Html Css Color HEX #9EDF98 Granny Smith Apple
📋 copy color: '#9EDF98'red 158 ◦ green 223 ◦ blue 152
Shades of Granny Smith Apple #9EDF98
Tints of Granny Smith Apple #9EDF98
RGB
CMYK
RGB Variations
Color information
#9EDF98 (or 0x9EDF98) is known color: Granny Smith Apple. HEX triplet: 9E, DF and 98. RGB value is (158,223,152). Sum of RGB (Red+Green+Blue) = 158+223+152=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDF98 is #612067. Grayscale: #C3C3C3. Windows color (decimal): -6365288 or 10018718. OLE color: 10018718.
HSL color Cylindrical-coordinate representation of color #9EDF98: hue angle of 114.93º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EDF98 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 152 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.13 |
| HSL | 114.93º | 0.53% | 0.74% | - |
| HSV(B) | 114.93º | 0.32% | 0.87% | - |
| XYZ | 46.16 | 62.31 | 39.3 | - |
| YUV | 195.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 152 | 0.29 | 0 | 0.32 | 0.13 | 114.93 | 0.53 | 0.74 |
| Hex | 9E | DF | 98 | 1D | 0 | 20 | D | 73 | 35 | 4A |
| Octal | 236 | 337 | 230 | 35 | 0 | 40 | 15 | 163 | 65 | 112 |
| Binary | 10011110 | 11011111 | 10011000 | 11101 | 0 | 100000 | 1101 | 1110011 | 110101 | 1001010 |
Color Harmonies of #9EDF98
Complementary color
Monochromatic Colors of #9EDF98
Black with #9EDF98
Text Example
Text Example
White with #9EDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF98; }
p { color: rgb(158,223,152); }
H1.HeaderClassName
{
color: #9EDF98;
}
.AnyTagClassName
{
color: #9EDF98;
}
</style>
background-color css
<style>
a { background-color: #9EDF98; }
a { background-color: rgb(158,223,152); }
div.DivClassName
{
background-color: #9EDF98;
}
.BgClassName
{
background-color: #9EDF98;
}
</style>
border-color css
<style>
span { border-color: #9EDF98; }
span { border-color: rgb(158,223,152); }
td.TdClassName
{
border-color: #9EDF98;
}
.TagClassName
{
border-color: #9EDF98;
}
</style>