Html Css Color HEX #9DF08C Granny Smith Apple
📋 copy color: '#9DF08C'red 157 ◦ green 240 ◦ blue 140
Shades of Granny Smith Apple #9DF08C
Tints of Granny Smith Apple #9DF08C
RGB
CMYK
RGB Variations
Color information
#9DF08C (or 0x9DF08C) is known color: Granny Smith Apple. HEX triplet: 9D, F0 and 8C. RGB value is (157,240,140). Sum of RGB (Red+Green+Blue) = 157+240+140=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF08C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF08C is #620F73. Grayscale: #CCCCCC. Windows color (decimal): -6426484 or 9236637. OLE color: 9236637.
HSL color Cylindrical-coordinate representation of color #9DF08C: hue angle of 109.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DF08C is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 140 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.06 |
| HSL | 109.8º | 0.77% | 0.75% | - |
| HSV(B) | 109.8º | 0.42% | 0.94% | - |
| XYZ | 49.8 | 71.38 | 35.96 | - |
| YUV | 203.78 | 92 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 140 | 0.35 | 0 | 0.42 | 0.06 | 109.8 | 0.77 | 0.75 |
| Hex | 9D | F0 | 8C | 23 | 0 | 2A | 6 | 6E | 4D | 4B |
| Octal | 235 | 360 | 214 | 43 | 0 | 52 | 6 | 156 | 115 | 113 |
| Binary | 10011101 | 11110000 | 10001100 | 100011 | 0 | 101010 | 110 | 1101110 | 1001101 | 1001011 |
Color Harmonies of #9DF08C
Complementary color
Monochromatic Colors of #9DF08C
Black with #9DF08C
Text Example
Text Example
White with #9DF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF08C; }
p { color: rgb(157,240,140); }
H1.HeaderClassName
{
color: #9DF08C;
}
.AnyTagClassName
{
color: #9DF08C;
}
</style>
background-color css
<style>
a { background-color: #9DF08C; }
a { background-color: rgb(157,240,140); }
div.DivClassName
{
background-color: #9DF08C;
}
.BgClassName
{
background-color: #9DF08C;
}
</style>
border-color css
<style>
span { border-color: #9DF08C; }
span { border-color: rgb(157,240,140); }
td.TdClassName
{
border-color: #9DF08C;
}
.TagClassName
{
border-color: #9DF08C;
}
</style>