Html Css Color HEX #9DF18D Granny Smith Apple
📋 copy color: '#9DF18D'red 157 ◦ green 241 ◦ blue 141
Shades of Granny Smith Apple #9DF18D
Tints of Granny Smith Apple #9DF18D
RGB
CMYK
RGB Variations
Color information
#9DF18D (or 0x9DF18D) is known color: Granny Smith Apple. HEX triplet: 9D, F1 and 8D. RGB value is (157,241,141). Sum of RGB (Red+Green+Blue) = 157+241+141=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF18D is #620E72. Grayscale: #CCCCCC. Windows color (decimal): -6426227 or 9302429. OLE color: 9302429.
HSL color Cylindrical-coordinate representation of color #9DF18D: hue angle of 110.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DF18D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 141 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.05 |
| HSL | 110.4º | 0.78% | 0.75% | - |
| HSV(B) | 110.4º | 0.41% | 0.95% | - |
| XYZ | 50.17 | 72 | 36.45 | - |
| YUV | 204.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 141 | 0.35 | 0 | 0.41 | 0.05 | 110.4 | 0.78 | 0.75 |
| Hex | 9D | F1 | 8D | 23 | 0 | 29 | 5 | 6E | 4E | 4B |
| Octal | 235 | 361 | 215 | 43 | 0 | 51 | 5 | 156 | 116 | 113 |
| Binary | 10011101 | 11110001 | 10001101 | 100011 | 0 | 101001 | 101 | 1101110 | 1001110 | 1001011 |
Color Harmonies of #9DF18D
Complementary color
Monochromatic Colors of #9DF18D
Black with #9DF18D
Text Example
Text Example
White with #9DF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF18D; }
p { color: rgb(157,241,141); }
H1.HeaderClassName
{
color: #9DF18D;
}
.AnyTagClassName
{
color: #9DF18D;
}
</style>
background-color css
<style>
a { background-color: #9DF18D; }
a { background-color: rgb(157,241,141); }
div.DivClassName
{
background-color: #9DF18D;
}
.BgClassName
{
background-color: #9DF18D;
}
</style>
border-color css
<style>
span { border-color: #9DF18D; }
span { border-color: rgb(157,241,141); }
td.TdClassName
{
border-color: #9DF18D;
}
.TagClassName
{
border-color: #9DF18D;
}
</style>