Html Css Color HEX #9DD88F Granny Smith Apple
📋 copy color: '#9DD88F'red 157 ◦ green 216 ◦ blue 143
Shades of Granny Smith Apple #9DD88F
Tints of Granny Smith Apple #9DD88F
RGB
CMYK
RGB Variations
Color information
#9DD88F (or 0x9DD88F) is known color: Granny Smith Apple. HEX triplet: 9D, D8 and 8F. RGB value is (157,216,143). Sum of RGB (Red+Green+Blue) = 157+216+143=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD88F is #622770. Grayscale: #BEBEBE. Windows color (decimal): -6432625 or 9427101. OLE color: 9427101.
HSL color Cylindrical-coordinate representation of color #9DD88F: hue angle of 108.49º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD88F is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 143 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.15 |
| HSL | 108.49º | 0.48% | 0.7% | - |
| HSV(B) | 108.49º | 0.34% | 0.85% | - |
| XYZ | 43.42 | 58.26 | 34.94 | - |
| YUV | 190.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 143 | 0.27 | 0 | 0.34 | 0.15 | 108.49 | 0.48 | 0.7 |
| Hex | 9D | D8 | 8F | 1B | 0 | 22 | F | 6C | 30 | 46 |
| Octal | 235 | 330 | 217 | 33 | 0 | 42 | 17 | 154 | 60 | 106 |
| Binary | 10011101 | 11011000 | 10001111 | 11011 | 0 | 100010 | 1111 | 1101100 | 110000 | 1000110 |
Color Harmonies of #9DD88F
Complementary color
Monochromatic Colors of #9DD88F
Black with #9DD88F
Text Example
Text Example
White with #9DD88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD88F; }
p { color: rgb(157,216,143); }
H1.HeaderClassName
{
color: #9DD88F;
}
.AnyTagClassName
{
color: #9DD88F;
}
</style>
background-color css
<style>
a { background-color: #9DD88F; }
a { background-color: rgb(157,216,143); }
div.DivClassName
{
background-color: #9DD88F;
}
.BgClassName
{
background-color: #9DD88F;
}
</style>
border-color css
<style>
span { border-color: #9DD88F; }
span { border-color: rgb(157,216,143); }
td.TdClassName
{
border-color: #9DD88F;
}
.TagClassName
{
border-color: #9DD88F;
}
</style>