Shades of Pale Green #94F9A0
Tints of Pale Green #94F9A0
RGB
CMYK
RGB Variations
Color information
#94F9A0 (or 0x94F9A0) is known color: Pale Green. HEX triplet: 94, F9 and A0. RGB value is (148,249,160). Sum of RGB (Red+Green+Blue) = 148+249+160=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F9A0 is #6B065F. Grayscale: #D0D0D0. Windows color (decimal): -7013984 or 10549652. OLE color: 10549652.
HSL color Cylindrical-coordinate representation of color #94F9A0: hue angle of 127.13º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F9A0 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 160 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.02 |
| HSL | 127.13º | 0.89% | 0.78% | - |
| HSV(B) | 127.13º | 0.41% | 0.98% | - |
| XYZ | 52.43 | 76.59 | 45.28 | - |
| YUV | 208.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 160 | 0.41 | 0 | 0.36 | 0.02 | 127.13 | 0.89 | 0.78 |
| Hex | 94 | F9 | A0 | 29 | 0 | 24 | 2 | 7F | 59 | 4E |
| Octal | 224 | 371 | 240 | 51 | 0 | 44 | 2 | 177 | 131 | 116 |
| Binary | 10010100 | 11111001 | 10100000 | 101001 | 0 | 100100 | 10 | 1111111 | 1011001 | 1001110 |
Color Harmonies of #94F9A0
Complementary color
Monochromatic Colors of #94F9A0
Black with #94F9A0
Text Example
Text Example
White with #94F9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F9A0; }
p { color: rgb(148,249,160); }
H1.HeaderClassName
{
color: #94F9A0;
}
.AnyTagClassName
{
color: #94F9A0;
}
</style>
background-color css
<style>
a { background-color: #94F9A0; }
a { background-color: rgb(148,249,160); }
div.DivClassName
{
background-color: #94F9A0;
}
.BgClassName
{
background-color: #94F9A0;
}
</style>
border-color css
<style>
span { border-color: #94F9A0; }
span { border-color: rgb(148,249,160); }
td.TdClassName
{
border-color: #94F9A0;
}
.TagClassName
{
border-color: #94F9A0;
}
</style>