Shades of Pale Green #9DFC8C
Tints of Pale Green #9DFC8C
RGB
CMYK
RGB Variations
Color information
#9DFC8C (or 0x9DFC8C) is known color: Pale Green. HEX triplet: 9D, FC and 8C. RGB value is (157,252,140). Sum of RGB (Red+Green+Blue) = 157+252+140=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFC8C is #620373. Grayscale: #D3D3D3. Windows color (decimal): -6423412 or 9239709. OLE color: 9239709.
HSL color Cylindrical-coordinate representation of color #9DFC8C: hue angle of 110.89º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DFC8C is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 140 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.01 |
| HSL | 110.89º | 0.95% | 0.77% | - |
| HSV(B) | 110.89º | 0.44% | 0.99% | - |
| XYZ | 53.45 | 78.68 | 37.18 | - |
| YUV | 210.83 | 88.03 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 140 | 0.38 | 0 | 0.44 | 0.01 | 110.89 | 0.95 | 0.77 |
| Hex | 9D | FC | 8C | 26 | 0 | 2C | 1 | 6F | 5F | 4D |
| Octal | 235 | 374 | 214 | 46 | 0 | 54 | 1 | 157 | 137 | 115 |
| Binary | 10011101 | 11111100 | 10001100 | 100110 | 0 | 101100 | 1 | 1101111 | 1011111 | 1001101 |
Color Harmonies of #9DFC8C
Complementary color
Monochromatic Colors of #9DFC8C
Black with #9DFC8C
Text Example
Text Example
White with #9DFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC8C; }
p { color: rgb(157,252,140); }
H1.HeaderClassName
{
color: #9DFC8C;
}
.AnyTagClassName
{
color: #9DFC8C;
}
</style>
background-color css
<style>
a { background-color: #9DFC8C; }
a { background-color: rgb(157,252,140); }
div.DivClassName
{
background-color: #9DFC8C;
}
.BgClassName
{
background-color: #9DFC8C;
}
</style>
border-color css
<style>
span { border-color: #9DFC8C; }
span { border-color: rgb(157,252,140); }
td.TdClassName
{
border-color: #9DFC8C;
}
.TagClassName
{
border-color: #9DFC8C;
}
</style>