Html Css Color HEX #9DED8F Granny Smith Apple
📋 copy color: '#9DED8F'red 157 ◦ green 237 ◦ blue 143
Shades of Granny Smith Apple #9DED8F
Tints of Granny Smith Apple #9DED8F
RGB
CMYK
RGB Variations
Color information
#9DED8F (or 0x9DED8F) is known color: Granny Smith Apple. HEX triplet: 9D, ED and 8F. RGB value is (157,237,143). Sum of RGB (Red+Green+Blue) = 157+237+143=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DED8F is #621270. Grayscale: #CACACA. Windows color (decimal): -6427249 or 9432477. OLE color: 9432477.
HSL color Cylindrical-coordinate representation of color #9DED8F: hue angle of 111.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DED8F is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 143 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.07 |
| HSL | 111.06º | 0.72% | 0.75% | - |
| HSV(B) | 111.06º | 0.4% | 0.93% | - |
| XYZ | 49.15 | 69.72 | 36.85 | - |
| YUV | 202.36 | 94.5 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 143 | 0.34 | 0 | 0.40 | 0.07 | 111.06 | 0.72 | 0.75 |
| Hex | 9D | ED | 8F | 22 | 0 | 28 | 7 | 6F | 48 | 4B |
| Octal | 235 | 355 | 217 | 42 | 0 | 50 | 7 | 157 | 110 | 113 |
| Binary | 10011101 | 11101101 | 10001111 | 100010 | 0 | 101000 | 111 | 1101111 | 1001000 | 1001011 |
Color Harmonies of #9DED8F
Complementary color
Monochromatic Colors of #9DED8F
Black with #9DED8F
Text Example
Text Example
White with #9DED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DED8F; }
p { color: rgb(157,237,143); }
H1.HeaderClassName
{
color: #9DED8F;
}
.AnyTagClassName
{
color: #9DED8F;
}
</style>
background-color css
<style>
a { background-color: #9DED8F; }
a { background-color: rgb(157,237,143); }
div.DivClassName
{
background-color: #9DED8F;
}
.BgClassName
{
background-color: #9DED8F;
}
</style>
border-color css
<style>
span { border-color: #9DED8F; }
span { border-color: rgb(157,237,143); }
td.TdClassName
{
border-color: #9DED8F;
}
.TagClassName
{
border-color: #9DED8F;
}
</style>