Shades of Pale Green #9DFC8F
Tints of Pale Green #9DFC8F
RGB
CMYK
RGB Variations
Color information
#9DFC8F (or 0x9DFC8F) is known color: Pale Green. HEX triplet: 9D, FC and 8F. RGB value is (157,252,143). Sum of RGB (Red+Green+Blue) = 157+252+143=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFC8F is #620370. Grayscale: #D3D3D3. Windows color (decimal): -6423409 or 9436317. OLE color: 9436317.
HSL color Cylindrical-coordinate representation of color #9DFC8F: hue angle of 112.29º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DFC8F is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 143 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.01 |
| HSL | 112.29º | 0.95% | 0.77% | - |
| HSV(B) | 112.29º | 0.43% | 0.99% | - |
| XYZ | 53.67 | 78.77 | 38.36 | - |
| YUV | 211.17 | 89.53 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 143 | 0.38 | 0 | 0.43 | 0.01 | 112.29 | 0.95 | 0.77 |
| Hex | 9D | FC | 8F | 26 | 0 | 2B | 1 | 70 | 5F | 4D |
| Octal | 235 | 374 | 217 | 46 | 0 | 53 | 1 | 160 | 137 | 115 |
| Binary | 10011101 | 11111100 | 10001111 | 100110 | 0 | 101011 | 1 | 1110000 | 1011111 | 1001101 |
Color Harmonies of #9DFC8F
Complementary color
Monochromatic Colors of #9DFC8F
Black with #9DFC8F
Text Example
Text Example
White with #9DFC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFC8F; }
p { color: rgb(157,252,143); }
H1.HeaderClassName
{
color: #9DFC8F;
}
.AnyTagClassName
{
color: #9DFC8F;
}
</style>
background-color css
<style>
a { background-color: #9DFC8F; }
a { background-color: rgb(157,252,143); }
div.DivClassName
{
background-color: #9DFC8F;
}
.BgClassName
{
background-color: #9DFC8F;
}
</style>
border-color css
<style>
span { border-color: #9DFC8F; }
span { border-color: rgb(157,252,143); }
td.TdClassName
{
border-color: #9DFC8F;
}
.TagClassName
{
border-color: #9DFC8F;
}
</style>