Shades of Pale Green #9DFC98
Tints of Pale Green #9DFC98
RGB
CMYK
RGB Variations
Color information
#9DFC98 (or 0x9DFC98) is known color: Pale Green. HEX triplet: 9D, FC and 98. RGB value is (157,252,152). Sum of RGB (Red+Green+Blue) = 157+252+152=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFC98 is #620367. Grayscale: #D4D4D4. Windows color (decimal): -6423400 or 10026141. OLE color: 10026141.
HSL color Cylindrical-coordinate representation of color #9DFC98: hue angle of 117º 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 #9DFC98 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 152 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.01 |
| HSL | 117º | 0.94% | 0.79% | - |
| HSV(B) | 117º | 0.4% | 0.99% | - |
| XYZ | 54.38 | 79.06 | 42.1 | - |
| YUV | 212.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 152 | 0.38 | 0 | 0.40 | 0.01 | 117 | 0.94 | 0.79 |
| Hex | 9D | FC | 98 | 26 | 0 | 28 | 1 | 75 | 5E | 4F |
| Octal | 235 | 374 | 230 | 46 | 0 | 50 | 1 | 165 | 136 | 117 |
| Binary | 10011101 | 11111100 | 10011000 | 100110 | 0 | 101000 | 1 | 1110101 | 1011110 | 1001111 |
Color Harmonies of #9DFC98
Complementary color
Monochromatic Colors of #9DFC98
Black with #9DFC98
Text Example
Text Example
White with #9DFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC98; }
p { color: rgb(157,252,152); }
H1.HeaderClassName
{
color: #9DFC98;
}
.AnyTagClassName
{
color: #9DFC98;
}
</style>
background-color css
<style>
a { background-color: #9DFC98; }
a { background-color: rgb(157,252,152); }
div.DivClassName
{
background-color: #9DFC98;
}
.BgClassName
{
background-color: #9DFC98;
}
</style>
border-color css
<style>
span { border-color: #9DFC98; }
span { border-color: rgb(157,252,152); }
td.TdClassName
{
border-color: #9DFC98;
}
.TagClassName
{
border-color: #9DFC98;
}
</style>