Html Css Color HEX #9DED8C Granny Smith Apple
📋 copy color: '#9DED8C'red 157 ◦ green 237 ◦ blue 140
Shades of Granny Smith Apple #9DED8C
Tints of Granny Smith Apple #9DED8C
RGB
CMYK
RGB Variations
Color information
#9DED8C (or 0x9DED8C) is known color: Granny Smith Apple. HEX triplet: 9D, ED and 8C. RGB value is (157,237,140). Sum of RGB (Red+Green+Blue) = 157+237+140=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DED8C is #621273. Grayscale: #CACACA. Windows color (decimal): -6427252 or 9235869. OLE color: 9235869.
HSL color Cylindrical-coordinate representation of color #9DED8C: hue angle of 109.48º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DED8C is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 140 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.07 |
| HSL | 109.48º | 0.73% | 0.74% | - |
| HSV(B) | 109.48º | 0.41% | 0.93% | - |
| XYZ | 48.92 | 69.63 | 35.67 | - |
| YUV | 202.02 | 93 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 140 | 0.34 | 0 | 0.41 | 0.07 | 109.48 | 0.73 | 0.74 |
| Hex | 9D | ED | 8C | 22 | 0 | 29 | 7 | 6D | 49 | 4A |
| Octal | 235 | 355 | 214 | 42 | 0 | 51 | 7 | 155 | 111 | 112 |
| Binary | 10011101 | 11101101 | 10001100 | 100010 | 0 | 101001 | 111 | 1101101 | 1001001 | 1001010 |
Color Harmonies of #9DED8C
Complementary color
Monochromatic Colors of #9DED8C
Black with #9DED8C
Text Example
Text Example
White with #9DED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DED8C; }
p { color: rgb(157,237,140); }
H1.HeaderClassName
{
color: #9DED8C;
}
.AnyTagClassName
{
color: #9DED8C;
}
</style>
background-color css
<style>
a { background-color: #9DED8C; }
a { background-color: rgb(157,237,140); }
div.DivClassName
{
background-color: #9DED8C;
}
.BgClassName
{
background-color: #9DED8C;
}
</style>
border-color css
<style>
span { border-color: #9DED8C; }
span { border-color: rgb(157,237,140); }
td.TdClassName
{
border-color: #9DED8C;
}
.TagClassName
{
border-color: #9DED8C;
}
</style>