Shades of Pale Green #9DF48E
Tints of Pale Green #9DF48E
RGB
CMYK
RGB Variations
Color information
#9DF48E (or 0x9DF48E) is known color: Pale Green. HEX triplet: 9D, F4 and 8E. RGB value is (157,244,142). Sum of RGB (Red+Green+Blue) = 157+244+142=543 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.91% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF48E is #620B71. Grayscale: #CECECE. Windows color (decimal): -6425458 or 9368733. OLE color: 9368733.
HSL color Cylindrical-coordinate representation of color #9DF48E: hue angle of 111.18º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DF48E is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 142 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.04 |
| HSL | 111.18º | 0.82% | 0.76% | - |
| HSV(B) | 111.18º | 0.42% | 0.96% | - |
| XYZ | 51.14 | 73.82 | 37.15 | - |
| YUV | 206.36 | 91.68 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 142 | 0.36 | 0 | 0.42 | 0.04 | 111.18 | 0.82 | 0.76 |
| Hex | 9D | F4 | 8E | 24 | 0 | 2A | 4 | 6F | 52 | 4C |
| Octal | 235 | 364 | 216 | 44 | 0 | 52 | 4 | 157 | 122 | 114 |
| Binary | 10011101 | 11110100 | 10001110 | 100100 | 0 | 101010 | 100 | 1101111 | 1010010 | 1001100 |
Color Harmonies of #9DF48E
Complementary color
Monochromatic Colors of #9DF48E
Black with #9DF48E
Text Example
Text Example
White with #9DF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF48E; }
p { color: rgb(157,244,142); }
H1.HeaderClassName
{
color: #9DF48E;
}
.AnyTagClassName
{
color: #9DF48E;
}
</style>
background-color css
<style>
a { background-color: #9DF48E; }
a { background-color: rgb(157,244,142); }
div.DivClassName
{
background-color: #9DF48E;
}
.BgClassName
{
background-color: #9DF48E;
}
</style>
border-color css
<style>
span { border-color: #9DF48E; }
span { border-color: rgb(157,244,142); }
td.TdClassName
{
border-color: #9DF48E;
}
.TagClassName
{
border-color: #9DF48E;
}
</style>