Shades of Pale Green #9DF8AF
Tints of Pale Green #9DF8AF
RGB
CMYK
RGB Variations
Color information
#9DF8AF (or 0x9DF8AF) is known color: Pale Green. HEX triplet: 9D, F8 and AF. RGB value is (157,248,175). Sum of RGB (Red+Green+Blue) = 157+248+175=580 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.07% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF8AF is #620750. Grayscale: #D4D4D4. Windows color (decimal): -6424401 or 11532445. OLE color: 11532445.
HSL color Cylindrical-coordinate representation of color #9DF8AF: hue angle of 131.87º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF8AF is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 175 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.03 |
| HSL | 131.87º | 0.87% | 0.79% | - |
| HSV(B) | 131.87º | 0.37% | 0.97% | - |
| XYZ | 55.21 | 77.4 | 52.59 | - |
| YUV | 212.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 175 | 0.37 | 0 | 0.29 | 0.03 | 131.87 | 0.87 | 0.79 |
| Hex | 9D | F8 | AF | 25 | 0 | 1D | 3 | 84 | 57 | 4F |
| Octal | 235 | 370 | 257 | 45 | 0 | 35 | 3 | 204 | 127 | 117 |
| Binary | 10011101 | 11111000 | 10101111 | 100101 | 0 | 11101 | 11 | 10000100 | 1010111 | 1001111 |
Color Harmonies of #9DF8AF
Complementary color
Monochromatic Colors of #9DF8AF
Black with #9DF8AF
Text Example
Text Example
White with #9DF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF8AF; }
p { color: rgb(157,248,175); }
H1.HeaderClassName
{
color: #9DF8AF;
}
.AnyTagClassName
{
color: #9DF8AF;
}
</style>
background-color css
<style>
a { background-color: #9DF8AF; }
a { background-color: rgb(157,248,175); }
div.DivClassName
{
background-color: #9DF8AF;
}
.BgClassName
{
background-color: #9DF8AF;
}
</style>
border-color css
<style>
span { border-color: #9DF8AF; }
span { border-color: rgb(157,248,175); }
td.TdClassName
{
border-color: #9DF8AF;
}
.TagClassName
{
border-color: #9DF8AF;
}
</style>