Shades of Pale Green #94F6A3
Tints of Pale Green #94F6A3
RGB
CMYK
RGB Variations
Color information
#94F6A3 (or 0x94F6A3) is known color: Pale Green. HEX triplet: 94, F6 and A3. RGB value is (148,246,163). Sum of RGB (Red+Green+Blue) = 148+246+163=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F6A3 is #6B095C. Grayscale: #CFCFCF. Windows color (decimal): -7014749 or 10745492. OLE color: 10745492.
HSL color Cylindrical-coordinate representation of color #94F6A3: hue angle of 129.18º 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 #94F6A3 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 163 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.04 |
| HSL | 129.18º | 0.84% | 0.77% | - |
| HSV(B) | 129.18º | 0.4% | 0.96% | - |
| XYZ | 51.78 | 74.85 | 46.37 | - |
| YUV | 207.24 | 103.03 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 163 | 0.40 | 0 | 0.34 | 0.04 | 129.18 | 0.84 | 0.77 |
| Hex | 94 | F6 | A3 | 28 | 0 | 22 | 4 | 81 | 54 | 4D |
| Octal | 224 | 366 | 243 | 50 | 0 | 42 | 4 | 201 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10100011 | 101000 | 0 | 100010 | 100 | 10000001 | 1010100 | 1001101 |
Color Harmonies of #94F6A3
Complementary color
Monochromatic Colors of #94F6A3
Black with #94F6A3
Text Example
Text Example
White with #94F6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6A3; }
p { color: rgb(148,246,163); }
H1.HeaderClassName
{
color: #94F6A3;
}
.AnyTagClassName
{
color: #94F6A3;
}
</style>
background-color css
<style>
a { background-color: #94F6A3; }
a { background-color: rgb(148,246,163); }
div.DivClassName
{
background-color: #94F6A3;
}
.BgClassName
{
background-color: #94F6A3;
}
</style>
border-color css
<style>
span { border-color: #94F6A3; }
span { border-color: rgb(148,246,163); }
td.TdClassName
{
border-color: #94F6A3;
}
.TagClassName
{
border-color: #94F6A3;
}
</style>