Html Css Color HEX #9FDF98 Granny Smith Apple
📋 copy color: '#9FDF98'red 159 ◦ green 223 ◦ blue 152
Shades of Granny Smith Apple #9FDF98
Tints of Granny Smith Apple #9FDF98
RGB
CMYK
RGB Variations
Color information
#9FDF98 (or 0x9FDF98) is known color: Granny Smith Apple. HEX triplet: 9F, DF and 98. RGB value is (159,223,152). Sum of RGB (Red+Green+Blue) = 159+223+152=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDF98 is #602067. Grayscale: #C3C3C3. Windows color (decimal): -6299752 or 10018719. OLE color: 10018719.
HSL color Cylindrical-coordinate representation of color #9FDF98: hue angle of 114.08º 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 #9FDF98 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 152 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.13 |
| HSL | 114.08º | 0.53% | 0.74% | - |
| HSV(B) | 114.08º | 0.32% | 0.87% | - |
| XYZ | 46.35 | 62.41 | 39.31 | - |
| YUV | 195.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 152 | 0.29 | 0 | 0.32 | 0.13 | 114.08 | 0.53 | 0.74 |
| Hex | 9F | DF | 98 | 1D | 0 | 20 | D | 72 | 35 | 4A |
| Octal | 237 | 337 | 230 | 35 | 0 | 40 | 15 | 162 | 65 | 112 |
| Binary | 10011111 | 11011111 | 10011000 | 11101 | 0 | 100000 | 1101 | 1110010 | 110101 | 1001010 |
Color Harmonies of #9FDF98
Complementary color
Monochromatic Colors of #9FDF98
Black with #9FDF98
Text Example
Text Example
White with #9FDF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF98; }
p { color: rgb(159,223,152); }
H1.HeaderClassName
{
color: #9FDF98;
}
.AnyTagClassName
{
color: #9FDF98;
}
</style>
background-color css
<style>
a { background-color: #9FDF98; }
a { background-color: rgb(159,223,152); }
div.DivClassName
{
background-color: #9FDF98;
}
.BgClassName
{
background-color: #9FDF98;
}
</style>
border-color css
<style>
span { border-color: #9FDF98; }
span { border-color: rgb(159,223,152); }
td.TdClassName
{
border-color: #9FDF98;
}
.TagClassName
{
border-color: #9FDF98;
}
</style>