Shades of Pale Green #94EFA1
Tints of Pale Green #94EFA1
RGB
CMYK
RGB Variations
Color information
#94EFA1 (or 0x94EFA1) is known color: Pale Green. HEX triplet: 94, EF and A1. RGB value is (148,239,161). Sum of RGB (Red+Green+Blue) = 148+239+161=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EFA1 is #6B105E. Grayscale: #CBCBCB. Windows color (decimal): -7016543 or 10612628. OLE color: 10612628.
HSL color Cylindrical-coordinate representation of color #94EFA1: hue angle of 128.57º degrees, saturation: 0.74, 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 #94EFA1 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 161 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.06 |
| HSL | 128.57º | 0.74% | 0.76% | - |
| HSV(B) | 128.57º | 0.38% | 0.94% | - |
| XYZ | 49.51 | 70.6 | 44.74 | - |
| YUV | 202.9 | 104.35 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 161 | 0.38 | 0 | 0.33 | 0.06 | 128.57 | 0.74 | 0.76 |
| Hex | 94 | EF | A1 | 26 | 0 | 21 | 6 | 81 | 4A | 4C |
| Octal | 224 | 357 | 241 | 46 | 0 | 41 | 6 | 201 | 112 | 114 |
| Binary | 10010100 | 11101111 | 10100001 | 100110 | 0 | 100001 | 110 | 10000001 | 1001010 | 1001100 |
Color Harmonies of #94EFA1
Complementary color
Monochromatic Colors of #94EFA1
Black with #94EFA1
Text Example
Text Example
White with #94EFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EFA1; }
p { color: rgb(148,239,161); }
H1.HeaderClassName
{
color: #94EFA1;
}
.AnyTagClassName
{
color: #94EFA1;
}
</style>
background-color css
<style>
a { background-color: #94EFA1; }
a { background-color: rgb(148,239,161); }
div.DivClassName
{
background-color: #94EFA1;
}
.BgClassName
{
background-color: #94EFA1;
}
</style>
border-color css
<style>
span { border-color: #94EFA1; }
span { border-color: rgb(148,239,161); }
td.TdClassName
{
border-color: #94EFA1;
}
.TagClassName
{
border-color: #94EFA1;
}
</style>