Shades of Pale Green #94EEA0
Tints of Pale Green #94EEA0
RGB
CMYK
RGB Variations
Color information
#94EEA0 (or 0x94EEA0) is known color: Pale Green. HEX triplet: 94, EE and A0. RGB value is (148,238,160). Sum of RGB (Red+Green+Blue) = 148+238+160=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EEA0 is #6B115F. Grayscale: #CACACA. Windows color (decimal): -7016800 or 10546836. OLE color: 10546836.
HSL color Cylindrical-coordinate representation of color #94EEA0: hue angle of 128º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEA0 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 160 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.07 |
| HSL | 128º | 0.73% | 0.76% | - |
| HSV(B) | 128º | 0.38% | 0.93% | - |
| XYZ | 49.13 | 69.98 | 44.18 | - |
| YUV | 202.2 | 104.18 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 160 | 0.38 | 0 | 0.33 | 0.07 | 128 | 0.73 | 0.76 |
| Hex | 94 | EE | A0 | 26 | 0 | 21 | 7 | 80 | 49 | 4C |
| Octal | 224 | 356 | 240 | 46 | 0 | 41 | 7 | 200 | 111 | 114 |
| Binary | 10010100 | 11101110 | 10100000 | 100110 | 0 | 100001 | 111 | 10000000 | 1001001 | 1001100 |
Color Harmonies of #94EEA0
Complementary color
Monochromatic Colors of #94EEA0
Black with #94EEA0
Text Example
Text Example
White with #94EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EEA0; }
p { color: rgb(148,238,160); }
H1.HeaderClassName
{
color: #94EEA0;
}
.AnyTagClassName
{
color: #94EEA0;
}
</style>
background-color css
<style>
a { background-color: #94EEA0; }
a { background-color: rgb(148,238,160); }
div.DivClassName
{
background-color: #94EEA0;
}
.BgClassName
{
background-color: #94EEA0;
}
</style>
border-color css
<style>
span { border-color: #94EEA0; }
span { border-color: rgb(148,238,160); }
td.TdClassName
{
border-color: #94EEA0;
}
.TagClassName
{
border-color: #94EEA0;
}
</style>