Html Css Color HEX #9DEA96 Granny Smith Apple
📋 copy color: '#9DEA96'red 157 ◦ green 234 ◦ blue 150
Shades of Granny Smith Apple #9DEA96
Tints of Granny Smith Apple #9DEA96
RGB
CMYK
RGB Variations
Color information
#9DEA96 (or 0x9DEA96) is known color: Granny Smith Apple. HEX triplet: 9D, EA and 96. RGB value is (157,234,150). Sum of RGB (Red+Green+Blue) = 157+234+150=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEA96 is #621569. Grayscale: #C9C9C9. Windows color (decimal): -6428010 or 9890461. OLE color: 9890461.
HSL color Cylindrical-coordinate representation of color #9DEA96: hue angle of 115º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DEA96 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 150 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.08 |
| HSL | 115º | 0.67% | 0.75% | - |
| HSV(B) | 115º | 0.36% | 0.92% | - |
| XYZ | 48.83 | 68.22 | 39.45 | - |
| YUV | 201.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 150 | 0.33 | 0 | 0.36 | 0.08 | 115 | 0.67 | 0.75 |
| Hex | 9D | EA | 96 | 21 | 0 | 24 | 8 | 73 | 43 | 4B |
| Octal | 235 | 352 | 226 | 41 | 0 | 44 | 10 | 163 | 103 | 113 |
| Binary | 10011101 | 11101010 | 10010110 | 100001 | 0 | 100100 | 1000 | 1110011 | 1000011 | 1001011 |
Color Harmonies of #9DEA96
Complementary color
Monochromatic Colors of #9DEA96
Black with #9DEA96
Text Example
Text Example
White with #9DEA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA96; }
p { color: rgb(157,234,150); }
H1.HeaderClassName
{
color: #9DEA96;
}
.AnyTagClassName
{
color: #9DEA96;
}
</style>
background-color css
<style>
a { background-color: #9DEA96; }
a { background-color: rgb(157,234,150); }
div.DivClassName
{
background-color: #9DEA96;
}
.BgClassName
{
background-color: #9DEA96;
}
</style>
border-color css
<style>
span { border-color: #9DEA96; }
span { border-color: rgb(157,234,150); }
td.TdClassName
{
border-color: #9DEA96;
}
.TagClassName
{
border-color: #9DEA96;
}
</style>