Shades of Pale Green #94F6A1
Tints of Pale Green #94F6A1
RGB
CMYK
RGB Variations
Color information
#94F6A1 (or 0x94F6A1) is known color: Pale Green. HEX triplet: 94, F6 and A1. RGB value is (148,246,161). Sum of RGB (Red+Green+Blue) = 148+246+161=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F6A1 is #6B095E. Grayscale: #CFCFCF. Windows color (decimal): -7014751 or 10614420. OLE color: 10614420.
HSL color Cylindrical-coordinate representation of color #94F6A1: hue angle of 127.96º 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 #94F6A1 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 161 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.04 |
| HSL | 127.96º | 0.84% | 0.77% | - |
| HSV(B) | 127.96º | 0.4% | 0.96% | - |
| XYZ | 51.6 | 74.78 | 45.43 | - |
| YUV | 207.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 161 | 0.40 | 0 | 0.35 | 0.04 | 127.96 | 0.84 | 0.77 |
| Hex | 94 | F6 | A1 | 28 | 0 | 23 | 4 | 80 | 54 | 4D |
| Octal | 224 | 366 | 241 | 50 | 0 | 43 | 4 | 200 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10100001 | 101000 | 0 | 100011 | 100 | 10000000 | 1010100 | 1001101 |
Color Harmonies of #94F6A1
Complementary color
Monochromatic Colors of #94F6A1
Black with #94F6A1
Text Example
Text Example
White with #94F6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6A1; }
p { color: rgb(148,246,161); }
H1.HeaderClassName
{
color: #94F6A1;
}
.AnyTagClassName
{
color: #94F6A1;
}
</style>
background-color css
<style>
a { background-color: #94F6A1; }
a { background-color: rgb(148,246,161); }
div.DivClassName
{
background-color: #94F6A1;
}
.BgClassName
{
background-color: #94F6A1;
}
</style>
border-color css
<style>
span { border-color: #94F6A1; }
span { border-color: rgb(148,246,161); }
td.TdClassName
{
border-color: #94F6A1;
}
.TagClassName
{
border-color: #94F6A1;
}
</style>