Shades of Pale Green #94F19E
Tints of Pale Green #94F19E
RGB
CMYK
RGB Variations
Color information
#94F19E (or 0x94F19E) is known color: Pale Green. HEX triplet: 94, F1 and 9E. RGB value is (148,241,158). Sum of RGB (Red+Green+Blue) = 148+241+158=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #94F19E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F19E is #6B0E61. Grayscale: #CBCBCB. Windows color (decimal): -7016034 or 10416532. OLE color: 10416532.
HSL color Cylindrical-coordinate representation of color #94F19E: hue angle of 126.45º degrees, saturation: 0.77, 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 #94F19E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 158 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.05 |
| HSL | 126.45º | 0.77% | 0.76% | - |
| HSV(B) | 126.45º | 0.39% | 0.95% | - |
| XYZ | 49.84 | 71.68 | 43.56 | - |
| YUV | 203.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 158 | 0.39 | 0 | 0.34 | 0.05 | 126.45 | 0.77 | 0.76 |
| Hex | 94 | F1 | 9E | 27 | 0 | 22 | 5 | 7E | 4D | 4C |
| Octal | 224 | 361 | 236 | 47 | 0 | 42 | 5 | 176 | 115 | 114 |
| Binary | 10010100 | 11110001 | 10011110 | 100111 | 0 | 100010 | 101 | 1111110 | 1001101 | 1001100 |
Color Harmonies of #94F19E
Complementary color
Monochromatic Colors of #94F19E
Black with #94F19E
Text Example
Text Example
White with #94F19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F19E; }
p { color: rgb(148,241,158); }
H1.HeaderClassName
{
color: #94F19E;
}
.AnyTagClassName
{
color: #94F19E;
}
</style>
background-color css
<style>
a { background-color: #94F19E; }
a { background-color: rgb(148,241,158); }
div.DivClassName
{
background-color: #94F19E;
}
.BgClassName
{
background-color: #94F19E;
}
</style>
border-color css
<style>
span { border-color: #94F19E; }
span { border-color: rgb(148,241,158); }
td.TdClassName
{
border-color: #94F19E;
}
.TagClassName
{
border-color: #94F19E;
}
</style>