Html Css Color HEX #9DE0A0 Granny Smith Apple
📋 copy color: '#9DE0A0'red 157 ◦ green 224 ◦ blue 160
Shades of Granny Smith Apple #9DE0A0
Tints of Granny Smith Apple #9DE0A0
RGB
CMYK
RGB Variations
Color information
#9DE0A0 (or 0x9DE0A0) is known color: Granny Smith Apple. HEX triplet: 9D, E0 and A0. RGB value is (157,224,160). Sum of RGB (Red+Green+Blue) = 157+224+160=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE0A0 is #621F5F. Grayscale: #C4C4C4. Windows color (decimal): -6430560 or 10543261. OLE color: 10543261.
HSL color Cylindrical-coordinate representation of color #9DE0A0: hue angle of 122.69º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0A0 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 160 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.12 |
| HSL | 122.69º | 0.52% | 0.75% | - |
| HSV(B) | 122.69º | 0.3% | 0.88% | - |
| XYZ | 46.91 | 63.02 | 42.95 | - |
| YUV | 196.67 | 107.3 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 160 | 0.30 | 0 | 0.29 | 0.12 | 122.69 | 0.52 | 0.75 |
| Hex | 9D | E0 | A0 | 1E | 0 | 1D | C | 7B | 34 | 4B |
| Octal | 235 | 340 | 240 | 36 | 0 | 35 | 14 | 173 | 64 | 113 |
| Binary | 10011101 | 11100000 | 10100000 | 11110 | 0 | 11101 | 1100 | 1111011 | 110100 | 1001011 |
Color Harmonies of #9DE0A0
Complementary color
Monochromatic Colors of #9DE0A0
Black with #9DE0A0
Text Example
Text Example
White with #9DE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0A0; }
p { color: rgb(157,224,160); }
H1.HeaderClassName
{
color: #9DE0A0;
}
.AnyTagClassName
{
color: #9DE0A0;
}
</style>
background-color css
<style>
a { background-color: #9DE0A0; }
a { background-color: rgb(157,224,160); }
div.DivClassName
{
background-color: #9DE0A0;
}
.BgClassName
{
background-color: #9DE0A0;
}
</style>
border-color css
<style>
span { border-color: #9DE0A0; }
span { border-color: rgb(157,224,160); }
td.TdClassName
{
border-color: #9DE0A0;
}
.TagClassName
{
border-color: #9DE0A0;
}
</style>