Shades of Pale Green #9DFDAC
Tints of Pale Green #9DFDAC
RGB
CMYK
RGB Variations
Color information
#9DFDAC (or 0x9DFDAC) is known color: Pale Green. HEX triplet: 9D, FD and AC. RGB value is (157,253,172). Sum of RGB (Red+Green+Blue) = 157+253+172=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFDAC is #620253. Grayscale: #D7D7D7. Windows color (decimal): -6423124 or 11337117. OLE color: 11337117.
HSL color Cylindrical-coordinate representation of color #9DFDAC: hue angle of 129.38º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDAC is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 253 | 172 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.01 |
| HSL | 129.38º | 0.96% | 0.8% | - |
| HSV(B) | 129.38º | 0.38% | 0.99% | - |
| XYZ | 56.48 | 80.4 | 51.57 | - |
| YUV | 215.06 | 103.7 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 172 | 0.38 | 0 | 0.32 | 0.01 | 129.38 | 0.96 | 0.8 |
| Hex | 9D | FD | AC | 26 | 0 | 20 | 1 | 81 | 60 | 50 |
| Octal | 235 | 375 | 254 | 46 | 0 | 40 | 1 | 201 | 140 | 120 |
| Binary | 10011101 | 11111101 | 10101100 | 100110 | 0 | 100000 | 1 | 10000001 | 1100000 | 1010000 |
Color Harmonies of #9DFDAC
Complementary color
Monochromatic Colors of #9DFDAC
Black with #9DFDAC
Text Example
Text Example
White with #9DFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDAC; }
p { color: rgb(157,253,172); }
H1.HeaderClassName
{
color: #9DFDAC;
}
.AnyTagClassName
{
color: #9DFDAC;
}
</style>
background-color css
<style>
a { background-color: #9DFDAC; }
a { background-color: rgb(157,253,172); }
div.DivClassName
{
background-color: #9DFDAC;
}
.BgClassName
{
background-color: #9DFDAC;
}
</style>
border-color css
<style>
span { border-color: #9DFDAC; }
span { border-color: rgb(157,253,172); }
td.TdClassName
{
border-color: #9DFDAC;
}
.TagClassName
{
border-color: #9DFDAC;
}
</style>