Shades of Pale Green #94F6A0
Tints of Pale Green #94F6A0
RGB
CMYK
RGB Variations
Color information
#94F6A0 (or 0x94F6A0) is known color: Pale Green. HEX triplet: 94, F6 and A0. RGB value is (148,246,160). Sum of RGB (Red+Green+Blue) = 148+246+160=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F6A0 is #6B095F. Grayscale: #CFCFCF. Windows color (decimal): -7014752 or 10548884. OLE color: 10548884.
HSL color Cylindrical-coordinate representation of color #94F6A0: hue angle of 127.35º 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 #94F6A0 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 160 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.04 |
| HSL | 127.35º | 0.84% | 0.77% | - |
| HSV(B) | 127.35º | 0.4% | 0.96% | - |
| XYZ | 51.51 | 74.75 | 44.97 | - |
| YUV | 206.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 160 | 0.40 | 0 | 0.35 | 0.04 | 127.35 | 0.84 | 0.77 |
| Hex | 94 | F6 | A0 | 28 | 0 | 23 | 4 | 7F | 54 | 4D |
| Octal | 224 | 366 | 240 | 50 | 0 | 43 | 4 | 177 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10100000 | 101000 | 0 | 100011 | 100 | 1111111 | 1010100 | 1001101 |
Color Harmonies of #94F6A0
Complementary color
Monochromatic Colors of #94F6A0
Black with #94F6A0
Text Example
Text Example
White with #94F6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6A0; }
p { color: rgb(148,246,160); }
H1.HeaderClassName
{
color: #94F6A0;
}
.AnyTagClassName
{
color: #94F6A0;
}
</style>
background-color css
<style>
a { background-color: #94F6A0; }
a { background-color: rgb(148,246,160); }
div.DivClassName
{
background-color: #94F6A0;
}
.BgClassName
{
background-color: #94F6A0;
}
</style>
border-color css
<style>
span { border-color: #94F6A0; }
span { border-color: rgb(148,246,160); }
td.TdClassName
{
border-color: #94F6A0;
}
.TagClassName
{
border-color: #94F6A0;
}
</style>