Shades of Pale Green #9DF695
Tints of Pale Green #9DF695
RGB
CMYK
RGB Variations
Color information
#9DF695 (or 0x9DF695) is known color: Pale Green. HEX triplet: 9D, F6 and 95. RGB value is (157,246,149). Sum of RGB (Red+Green+Blue) = 157+246+149=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF695 is #62096A. Grayscale: #D0D0D0. Windows color (decimal): -6424939 or 9827997. OLE color: 9827997.
HSL color Cylindrical-coordinate representation of color #9DF695: hue angle of 115.05º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DF695 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 149 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.04 |
| HSL | 115.05º | 0.84% | 0.77% | - |
| HSV(B) | 115.05º | 0.39% | 0.96% | - |
| XYZ | 52.29 | 75.25 | 40.2 | - |
| YUV | 208.33 | 94.51 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 149 | 0.36 | 0 | 0.39 | 0.04 | 115.05 | 0.84 | 0.77 |
| Hex | 9D | F6 | 95 | 24 | 0 | 27 | 4 | 73 | 54 | 4D |
| Octal | 235 | 366 | 225 | 44 | 0 | 47 | 4 | 163 | 124 | 115 |
| Binary | 10011101 | 11110110 | 10010101 | 100100 | 0 | 100111 | 100 | 1110011 | 1010100 | 1001101 |
Color Harmonies of #9DF695
Complementary color
Monochromatic Colors of #9DF695
Black with #9DF695
Text Example
Text Example
White with #9DF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF695; }
p { color: rgb(157,246,149); }
H1.HeaderClassName
{
color: #9DF695;
}
.AnyTagClassName
{
color: #9DF695;
}
</style>
background-color css
<style>
a { background-color: #9DF695; }
a { background-color: rgb(157,246,149); }
div.DivClassName
{
background-color: #9DF695;
}
.BgClassName
{
background-color: #9DF695;
}
</style>
border-color css
<style>
span { border-color: #9DF695; }
span { border-color: rgb(157,246,149); }
td.TdClassName
{
border-color: #9DF695;
}
.TagClassName
{
border-color: #9DF695;
}
</style>