Shades of Pale Green #94F6A8
Tints of Pale Green #94F6A8
RGB
CMYK
RGB Variations
Color information
#94F6A8 (or 0x94F6A8) is known color: Pale Green. HEX triplet: 94, F6 and A8. RGB value is (148,246,168). Sum of RGB (Red+Green+Blue) = 148+246+168=562 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.33% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F6A8 is #6B0957. Grayscale: #D0D0D0. Windows color (decimal): -7014744 or 11073172. OLE color: 11073172.
HSL color Cylindrical-coordinate representation of color #94F6A8: hue angle of 132.24º 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 #94F6A8 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 168 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.04 |
| HSL | 132.24º | 0.84% | 0.77% | - |
| HSV(B) | 132.24º | 0.4% | 0.96% | - |
| XYZ | 52.24 | 75.03 | 48.78 | - |
| YUV | 207.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 168 | 0.40 | 0 | 0.32 | 0.04 | 132.24 | 0.84 | 0.77 |
| Hex | 94 | F6 | A8 | 28 | 0 | 20 | 4 | 84 | 54 | 4D |
| Octal | 224 | 366 | 250 | 50 | 0 | 40 | 4 | 204 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10101000 | 101000 | 0 | 100000 | 100 | 10000100 | 1010100 | 1001101 |
Color Harmonies of #94F6A8
Complementary color
Monochromatic Colors of #94F6A8
Black with #94F6A8
Text Example
Text Example
White with #94F6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6A8; }
p { color: rgb(148,246,168); }
H1.HeaderClassName
{
color: #94F6A8;
}
.AnyTagClassName
{
color: #94F6A8;
}
</style>
background-color css
<style>
a { background-color: #94F6A8; }
a { background-color: rgb(148,246,168); }
div.DivClassName
{
background-color: #94F6A8;
}
.BgClassName
{
background-color: #94F6A8;
}
</style>
border-color css
<style>
span { border-color: #94F6A8; }
span { border-color: rgb(148,246,168); }
td.TdClassName
{
border-color: #94F6A8;
}
.TagClassName
{
border-color: #94F6A8;
}
</style>