Shades of Pale Green #9DFC97
Tints of Pale Green #9DFC97
RGB
CMYK
RGB Variations
Color information
#9DFC97 (or 0x9DFC97) is known color: Pale Green. HEX triplet: 9D, FC and 97. RGB value is (157,252,151). Sum of RGB (Red+Green+Blue) = 157+252+151=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFC97 is #620368. Grayscale: #D4D4D4. Windows color (decimal): -6423401 or 9960605. OLE color: 9960605.
HSL color Cylindrical-coordinate representation of color #9DFC97: hue angle of 116.44º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DFC97 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 151 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.01 |
| HSL | 116.44º | 0.94% | 0.79% | - |
| HSV(B) | 116.44º | 0.4% | 0.99% | - |
| XYZ | 54.3 | 79.02 | 41.67 | - |
| YUV | 212.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 151 | 0.38 | 0 | 0.40 | 0.01 | 116.44 | 0.94 | 0.79 |
| Hex | 9D | FC | 97 | 26 | 0 | 28 | 1 | 74 | 5E | 4F |
| Octal | 235 | 374 | 227 | 46 | 0 | 50 | 1 | 164 | 136 | 117 |
| Binary | 10011101 | 11111100 | 10010111 | 100110 | 0 | 101000 | 1 | 1110100 | 1011110 | 1001111 |
Color Harmonies of #9DFC97
Complementary color
Monochromatic Colors of #9DFC97
Black with #9DFC97
Text Example
Text Example
White with #9DFC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC97; }
p { color: rgb(157,252,151); }
H1.HeaderClassName
{
color: #9DFC97;
}
.AnyTagClassName
{
color: #9DFC97;
}
</style>
background-color css
<style>
a { background-color: #9DFC97; }
a { background-color: rgb(157,252,151); }
div.DivClassName
{
background-color: #9DFC97;
}
.BgClassName
{
background-color: #9DFC97;
}
</style>
border-color css
<style>
span { border-color: #9DFC97; }
span { border-color: rgb(157,252,151); }
td.TdClassName
{
border-color: #9DFC97;
}
.TagClassName
{
border-color: #9DFC97;
}
</style>