Shades of Pale Green #94F29E
Tints of Pale Green #94F29E
RGB
CMYK
RGB Variations
Color information
#94F29E (or 0x94F29E) is known color: Pale Green. HEX triplet: 94, F2 and 9E. RGB value is (148,242,158). Sum of RGB (Red+Green+Blue) = 148+242+158=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #94F29E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F29E is #6B0D61. Grayscale: #CCCCCC. Windows color (decimal): -7015778 or 10416788. OLE color: 10416788.
HSL color Cylindrical-coordinate representation of color #94F29E: hue angle of 126.38º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F29E is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 158 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.05 |
| HSL | 126.38º | 0.78% | 0.76% | - |
| HSV(B) | 126.38º | 0.39% | 0.95% | - |
| XYZ | 50.14 | 72.27 | 43.65 | - |
| YUV | 204.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 158 | 0.39 | 0 | 0.35 | 0.05 | 126.38 | 0.78 | 0.76 |
| Hex | 94 | F2 | 9E | 27 | 0 | 23 | 5 | 7E | 4E | 4C |
| Octal | 224 | 362 | 236 | 47 | 0 | 43 | 5 | 176 | 116 | 114 |
| Binary | 10010100 | 11110010 | 10011110 | 100111 | 0 | 100011 | 101 | 1111110 | 1001110 | 1001100 |
Color Harmonies of #94F29E
Complementary color
Monochromatic Colors of #94F29E
Black with #94F29E
Text Example
Text Example
White with #94F29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F29E; }
p { color: rgb(148,242,158); }
H1.HeaderClassName
{
color: #94F29E;
}
.AnyTagClassName
{
color: #94F29E;
}
</style>
background-color css
<style>
a { background-color: #94F29E; }
a { background-color: rgb(148,242,158); }
div.DivClassName
{
background-color: #94F29E;
}
.BgClassName
{
background-color: #94F29E;
}
</style>
border-color css
<style>
span { border-color: #94F29E; }
span { border-color: rgb(148,242,158); }
td.TdClassName
{
border-color: #94F29E;
}
.TagClassName
{
border-color: #94F29E;
}
</style>