Html Css Color HEX #9DD894 Granny Smith Apple
📋 copy color: '#9DD894'red 157 ◦ green 216 ◦ blue 148
Shades of Granny Smith Apple #9DD894
Tints of Granny Smith Apple #9DD894
RGB
CMYK
RGB Variations
Color information
#9DD894 (or 0x9DD894) is known color: Granny Smith Apple. HEX triplet: 9D, D8 and 94. RGB value is (157,216,148). Sum of RGB (Red+Green+Blue) = 157+216+148=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD894 is #62276B. Grayscale: #BEBEBE. Windows color (decimal): -6432620 or 9754781. OLE color: 9754781.
HSL color Cylindrical-coordinate representation of color #9DD894: hue angle of 112.06º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DD894 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 148 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.15 |
| HSL | 112.06º | 0.47% | 0.71% | - |
| HSV(B) | 112.06º | 0.31% | 0.85% | - |
| XYZ | 43.81 | 58.42 | 36.98 | - |
| YUV | 190.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 148 | 0.27 | 0 | 0.31 | 0.15 | 112.06 | 0.47 | 0.71 |
| Hex | 9D | D8 | 94 | 1B | 0 | 1F | F | 70 | 2F | 47 |
| Octal | 235 | 330 | 224 | 33 | 0 | 37 | 17 | 160 | 57 | 107 |
| Binary | 10011101 | 11011000 | 10010100 | 11011 | 0 | 11111 | 1111 | 1110000 | 101111 | 1000111 |
Color Harmonies of #9DD894
Complementary color
Monochromatic Colors of #9DD894
Black with #9DD894
Text Example
Text Example
White with #9DD894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD894; }
p { color: rgb(157,216,148); }
H1.HeaderClassName
{
color: #9DD894;
}
.AnyTagClassName
{
color: #9DD894;
}
</style>
background-color css
<style>
a { background-color: #9DD894; }
a { background-color: rgb(157,216,148); }
div.DivClassName
{
background-color: #9DD894;
}
.BgClassName
{
background-color: #9DD894;
}
</style>
border-color css
<style>
span { border-color: #9DD894; }
span { border-color: rgb(157,216,148); }
td.TdClassName
{
border-color: #9DD894;
}
.TagClassName
{
border-color: #9DD894;
}
</style>