Shades of Pale Green #9DF296
Tints of Pale Green #9DF296
RGB
CMYK
RGB Variations
Color information
#9DF296 (or 0x9DF296) is known color: Pale Green. HEX triplet: 9D, F2 and 96. RGB value is (157,242,150). Sum of RGB (Red+Green+Blue) = 157+242+150=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF296 is #620D69. Grayscale: #CECECE. Windows color (decimal): -6425962 or 9892509. OLE color: 9892509.
HSL color Cylindrical-coordinate representation of color #9DF296: hue angle of 115.43º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DF296 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 150 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.05 |
| HSL | 115.43º | 0.78% | 0.77% | - |
| HSV(B) | 115.43º | 0.38% | 0.95% | - |
| XYZ | 51.16 | 72.87 | 40.22 | - |
| YUV | 206.1 | 96.34 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 150 | 0.35 | 0 | 0.38 | 0.05 | 115.43 | 0.78 | 0.77 |
| Hex | 9D | F2 | 96 | 23 | 0 | 26 | 5 | 73 | 4E | 4D |
| Octal | 235 | 362 | 226 | 43 | 0 | 46 | 5 | 163 | 116 | 115 |
| Binary | 10011101 | 11110010 | 10010110 | 100011 | 0 | 100110 | 101 | 1110011 | 1001110 | 1001101 |
Color Harmonies of #9DF296
Complementary color
Monochromatic Colors of #9DF296
Black with #9DF296
Text Example
Text Example
White with #9DF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF296; }
p { color: rgb(157,242,150); }
H1.HeaderClassName
{
color: #9DF296;
}
.AnyTagClassName
{
color: #9DF296;
}
</style>
background-color css
<style>
a { background-color: #9DF296; }
a { background-color: rgb(157,242,150); }
div.DivClassName
{
background-color: #9DF296;
}
.BgClassName
{
background-color: #9DF296;
}
</style>
border-color css
<style>
span { border-color: #9DF296; }
span { border-color: rgb(157,242,150); }
td.TdClassName
{
border-color: #9DF296;
}
.TagClassName
{
border-color: #9DF296;
}
</style>