Html Css Color HEX #9DF18E Granny Smith Apple
📋 copy color: '#9DF18E'red 157 ◦ green 241 ◦ blue 142
Shades of Granny Smith Apple #9DF18E
Tints of Granny Smith Apple #9DF18E
RGB
CMYK
RGB Variations
Color information
#9DF18E (or 0x9DF18E) is known color: Granny Smith Apple. HEX triplet: 9D, F1 and 8E. RGB value is (157,241,142). Sum of RGB (Red+Green+Blue) = 157+241+142=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF18E is #620E71. Grayscale: #CCCCCC. Windows color (decimal): -6426226 or 9367965. OLE color: 9367965.
HSL color Cylindrical-coordinate representation of color #9DF18E: hue angle of 110.91º 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 #9DF18E is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 142 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.05 |
| HSL | 110.91º | 0.78% | 0.75% | - |
| HSV(B) | 110.91º | 0.41% | 0.95% | - |
| XYZ | 50.24 | 72.03 | 36.85 | - |
| YUV | 204.6 | 92.67 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 142 | 0.35 | 0 | 0.41 | 0.05 | 110.91 | 0.78 | 0.75 |
| Hex | 9D | F1 | 8E | 23 | 0 | 29 | 5 | 6F | 4E | 4B |
| Octal | 235 | 361 | 216 | 43 | 0 | 51 | 5 | 157 | 116 | 113 |
| Binary | 10011101 | 11110001 | 10001110 | 100011 | 0 | 101001 | 101 | 1101111 | 1001110 | 1001011 |
Color Harmonies of #9DF18E
Complementary color
Monochromatic Colors of #9DF18E
Black with #9DF18E
Text Example
Text Example
White with #9DF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF18E; }
p { color: rgb(157,241,142); }
H1.HeaderClassName
{
color: #9DF18E;
}
.AnyTagClassName
{
color: #9DF18E;
}
</style>
background-color css
<style>
a { background-color: #9DF18E; }
a { background-color: rgb(157,241,142); }
div.DivClassName
{
background-color: #9DF18E;
}
.BgClassName
{
background-color: #9DF18E;
}
</style>
border-color css
<style>
span { border-color: #9DF18E; }
span { border-color: rgb(157,241,142); }
td.TdClassName
{
border-color: #9DF18E;
}
.TagClassName
{
border-color: #9DF18E;
}
</style>