Shades of Pale Green #9FF694
Tints of Pale Green #9FF694
RGB
CMYK
RGB Variations
Color information
#9FF694 (or 0x9FF694) is known color: Pale Green. HEX triplet: 9F, F6 and 94. RGB value is (159,246,148). Sum of RGB (Red+Green+Blue) = 159+246+148=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF694 is #60096B. Grayscale: #D1D1D1. Windows color (decimal): -6293868 or 9762463. OLE color: 9762463.
HSL color Cylindrical-coordinate representation of color #9FF694: hue angle of 113.27º 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 #9FF694 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 148 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.04 |
| HSL | 113.27º | 0.84% | 0.77% | - |
| HSV(B) | 113.27º | 0.4% | 0.96% | - |
| XYZ | 52.6 | 75.42 | 39.8 | - |
| YUV | 208.82 | 93.68 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 148 | 0.35 | 0 | 0.40 | 0.04 | 113.27 | 0.84 | 0.77 |
| Hex | 9F | F6 | 94 | 23 | 0 | 28 | 4 | 71 | 54 | 4D |
| Octal | 237 | 366 | 224 | 43 | 0 | 50 | 4 | 161 | 124 | 115 |
| Binary | 10011111 | 11110110 | 10010100 | 100011 | 0 | 101000 | 100 | 1110001 | 1010100 | 1001101 |
Color Harmonies of #9FF694
Complementary color
Monochromatic Colors of #9FF694
Black with #9FF694
Text Example
Text Example
White with #9FF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF694; }
p { color: rgb(159,246,148); }
H1.HeaderClassName
{
color: #9FF694;
}
.AnyTagClassName
{
color: #9FF694;
}
</style>
background-color css
<style>
a { background-color: #9FF694; }
a { background-color: rgb(159,246,148); }
div.DivClassName
{
background-color: #9FF694;
}
.BgClassName
{
background-color: #9FF694;
}
</style>
border-color css
<style>
span { border-color: #9FF694; }
span { border-color: rgb(159,246,148); }
td.TdClassName
{
border-color: #9FF694;
}
.TagClassName
{
border-color: #9FF694;
}
</style>