Shades of Pale Green #94EFA9
Tints of Pale Green #94EFA9
RGB
CMYK
RGB Variations
Color information
#94EFA9 (or 0x94EFA9) is known color: Pale Green. HEX triplet: 94, EF and A9. RGB value is (148,239,169). Sum of RGB (Red+Green+Blue) = 148+239+169=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EFA9 is #6B1056. Grayscale: #CCCCCC. Windows color (decimal): -7016535 or 11136916. OLE color: 11136916.
HSL color Cylindrical-coordinate representation of color #94EFA9: hue angle of 133.85º 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 #94EFA9 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 239 | 169 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.06 |
| HSL | 133.85º | 0.74% | 0.76% | - |
| HSV(B) | 133.85º | 0.38% | 0.94% | - |
| XYZ | 50.24 | 70.89 | 48.57 | - |
| YUV | 203.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 239 | 169 | 0.38 | 0 | 0.29 | 0.06 | 133.85 | 0.74 | 0.76 |
| Hex | 94 | EF | A9 | 26 | 0 | 1D | 6 | 86 | 4A | 4C |
| Octal | 224 | 357 | 251 | 46 | 0 | 35 | 6 | 206 | 112 | 114 |
| Binary | 10010100 | 11101111 | 10101001 | 100110 | 0 | 11101 | 110 | 10000110 | 1001010 | 1001100 |
Color Harmonies of #94EFA9
Complementary color
Monochromatic Colors of #94EFA9
Black with #94EFA9
Text Example
Text Example
White with #94EFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EFA9; }
p { color: rgb(148,239,169); }
H1.HeaderClassName
{
color: #94EFA9;
}
.AnyTagClassName
{
color: #94EFA9;
}
</style>
background-color css
<style>
a { background-color: #94EFA9; }
a { background-color: rgb(148,239,169); }
div.DivClassName
{
background-color: #94EFA9;
}
.BgClassName
{
background-color: #94EFA9;
}
</style>
border-color css
<style>
span { border-color: #94EFA9; }
span { border-color: rgb(148,239,169); }
td.TdClassName
{
border-color: #94EFA9;
}
.TagClassName
{
border-color: #94EFA9;
}
</style>