Html Css Color HEX #9DD48F Granny Smith Apple
📋 copy color: '#9DD48F'red 157 ◦ green 212 ◦ blue 143
Shades of Granny Smith Apple #9DD48F
Tints of Granny Smith Apple #9DD48F
RGB
CMYK
RGB Variations
Color information
#9DD48F (or 0x9DD48F) is known color: Granny Smith Apple. HEX triplet: 9D, D4 and 8F. RGB value is (157,212,143). Sum of RGB (Red+Green+Blue) = 157+212+143=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD48F is #622B70. Grayscale: #BBBBBB. Windows color (decimal): -6433649 or 9426077. OLE color: 9426077.
HSL color Cylindrical-coordinate representation of color #9DD48F: hue angle of 107.83º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD48F is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 143 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.17 |
| HSL | 107.83º | 0.45% | 0.7% | - |
| HSV(B) | 107.83º | 0.33% | 0.83% | - |
| XYZ | 42.41 | 56.24 | 34.61 | - |
| YUV | 187.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 143 | 0.26 | 0 | 0.33 | 0.17 | 107.83 | 0.45 | 0.7 |
| Hex | 9D | D4 | 8F | 1A | 0 | 21 | 11 | 6C | 2D | 46 |
| Octal | 235 | 324 | 217 | 32 | 0 | 41 | 21 | 154 | 55 | 106 |
| Binary | 10011101 | 11010100 | 10001111 | 11010 | 0 | 100001 | 10001 | 1101100 | 101101 | 1000110 |
Color Harmonies of #9DD48F
Complementary color
Monochromatic Colors of #9DD48F
Black with #9DD48F
Text Example
Text Example
White with #9DD48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD48F; }
p { color: rgb(157,212,143); }
H1.HeaderClassName
{
color: #9DD48F;
}
.AnyTagClassName
{
color: #9DD48F;
}
</style>
background-color css
<style>
a { background-color: #9DD48F; }
a { background-color: rgb(157,212,143); }
div.DivClassName
{
background-color: #9DD48F;
}
.BgClassName
{
background-color: #9DD48F;
}
</style>
border-color css
<style>
span { border-color: #9DD48F; }
span { border-color: rgb(157,212,143); }
td.TdClassName
{
border-color: #9DD48F;
}
.TagClassName
{
border-color: #9DD48F;
}
</style>