Shades of Pale Green #9DF694
Tints of Pale Green #9DF694
RGB
CMYK
RGB Variations
Color information
#9DF694 (or 0x9DF694) is known color: Pale Green. HEX triplet: 9D, F6 and 94. RGB value is (157,246,148). Sum of RGB (Red+Green+Blue) = 157+246+148=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF694 is #62096B. Grayscale: #D0D0D0. Windows color (decimal): -6424940 or 9762461. OLE color: 9762461.
HSL color Cylindrical-coordinate representation of color #9DF694: hue angle of 114.49º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DF694 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 148 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.04 |
| HSL | 114.49º | 0.84% | 0.77% | - |
| HSV(B) | 114.49º | 0.4% | 0.96% | - |
| XYZ | 52.21 | 75.22 | 39.78 | - |
| YUV | 208.22 | 94.01 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 148 | 0.36 | 0 | 0.40 | 0.04 | 114.49 | 0.84 | 0.77 |
| Hex | 9D | F6 | 94 | 24 | 0 | 28 | 4 | 72 | 54 | 4D |
| Octal | 235 | 366 | 224 | 44 | 0 | 50 | 4 | 162 | 124 | 115 |
| Binary | 10011101 | 11110110 | 10010100 | 100100 | 0 | 101000 | 100 | 1110010 | 1010100 | 1001101 |
Color Harmonies of #9DF694
Complementary color
Monochromatic Colors of #9DF694
Black with #9DF694
Text Example
Text Example
White with #9DF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF694; }
p { color: rgb(157,246,148); }
H1.HeaderClassName
{
color: #9DF694;
}
.AnyTagClassName
{
color: #9DF694;
}
</style>
background-color css
<style>
a { background-color: #9DF694; }
a { background-color: rgb(157,246,148); }
div.DivClassName
{
background-color: #9DF694;
}
.BgClassName
{
background-color: #9DF694;
}
</style>
border-color css
<style>
span { border-color: #9DF694; }
span { border-color: rgb(157,246,148); }
td.TdClassName
{
border-color: #9DF694;
}
.TagClassName
{
border-color: #9DF694;
}
</style>