Shades of Pale Green #9DF29F
Tints of Pale Green #9DF29F
RGB
CMYK
RGB Variations
Color information
#9DF29F (or 0x9DF29F) is known color: Pale Green. HEX triplet: 9D, F2 and 9F. RGB value is (157,242,159). Sum of RGB (Red+Green+Blue) = 157+242+159=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF29F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF29F is #620D60. Grayscale: #CFCFCF. Windows color (decimal): -6425953 or 10482333. OLE color: 10482333.
HSL color Cylindrical-coordinate representation of color #9DF29F: hue angle of 121.41º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF29F is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 159 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.05 |
| HSL | 121.41º | 0.77% | 0.78% | - |
| HSV(B) | 121.41º | 0.35% | 0.95% | - |
| XYZ | 51.91 | 73.18 | 44.19 | - |
| YUV | 207.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 159 | 0.35 | 0 | 0.34 | 0.05 | 121.41 | 0.77 | 0.78 |
| Hex | 9D | F2 | 9F | 23 | 0 | 22 | 5 | 79 | 4D | 4E |
| Octal | 235 | 362 | 237 | 43 | 0 | 42 | 5 | 171 | 115 | 116 |
| Binary | 10011101 | 11110010 | 10011111 | 100011 | 0 | 100010 | 101 | 1111001 | 1001101 | 1001110 |
Color Harmonies of #9DF29F
Complementary color
Monochromatic Colors of #9DF29F
Black with #9DF29F
Text Example
Text Example
White with #9DF29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF29F; }
p { color: rgb(157,242,159); }
H1.HeaderClassName
{
color: #9DF29F;
}
.AnyTagClassName
{
color: #9DF29F;
}
</style>
background-color css
<style>
a { background-color: #9DF29F; }
a { background-color: rgb(157,242,159); }
div.DivClassName
{
background-color: #9DF29F;
}
.BgClassName
{
background-color: #9DF29F;
}
</style>
border-color css
<style>
span { border-color: #9DF29F; }
span { border-color: rgb(157,242,159); }
td.TdClassName
{
border-color: #9DF29F;
}
.TagClassName
{
border-color: #9DF29F;
}
</style>