Shades of Pale Green #94F09E
Tints of Pale Green #94F09E
RGB
CMYK
RGB Variations
Color information
#94F09E (or 0x94F09E) is known color: Pale Green. HEX triplet: 94, F0 and 9E. RGB value is (148,240,158). Sum of RGB (Red+Green+Blue) = 148+240+158=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #94F09E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F09E is #6B0F61. Grayscale: #CBCBCB. Windows color (decimal): -7016290 or 10416276. OLE color: 10416276.
HSL color Cylindrical-coordinate representation of color #94F09E: hue angle of 126.52º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F09E is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 158 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.06 |
| HSL | 126.52º | 0.75% | 0.76% | - |
| HSV(B) | 126.52º | 0.38% | 0.94% | - |
| XYZ | 49.54 | 71.08 | 43.46 | - |
| YUV | 203.14 | 102.52 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 158 | 0.38 | 0 | 0.34 | 0.06 | 126.52 | 0.75 | 0.76 |
| Hex | 94 | F0 | 9E | 26 | 0 | 22 | 6 | 7F | 4B | 4C |
| Octal | 224 | 360 | 236 | 46 | 0 | 42 | 6 | 177 | 113 | 114 |
| Binary | 10010100 | 11110000 | 10011110 | 100110 | 0 | 100010 | 110 | 1111111 | 1001011 | 1001100 |
Color Harmonies of #94F09E
Complementary color
Monochromatic Colors of #94F09E
Black with #94F09E
Text Example
Text Example
White with #94F09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F09E; }
p { color: rgb(148,240,158); }
H1.HeaderClassName
{
color: #94F09E;
}
.AnyTagClassName
{
color: #94F09E;
}
</style>
background-color css
<style>
a { background-color: #94F09E; }
a { background-color: rgb(148,240,158); }
div.DivClassName
{
background-color: #94F09E;
}
.BgClassName
{
background-color: #94F09E;
}
</style>
border-color css
<style>
span { border-color: #94F09E; }
span { border-color: rgb(148,240,158); }
td.TdClassName
{
border-color: #94F09E;
}
.TagClassName
{
border-color: #94F09E;
}
</style>