Shades of Pale Green #94EEA4
Tints of Pale Green #94EEA4
RGB
CMYK
RGB Variations
Color information
#94EEA4 (or 0x94EEA4) is known color: Pale Green. HEX triplet: 94, EE and A4. RGB value is (148,238,164). Sum of RGB (Red+Green+Blue) = 148+238+164=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 164 (64.45% from 255 or 29.82% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EEA4 is #6B115B. Grayscale: #CACACA. Windows color (decimal): -7016796 or 10808980. OLE color: 10808980.
HSL color Cylindrical-coordinate representation of color #94EEA4: hue angle of 130.67º 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 #94EEA4 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 164 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.07 |
| HSL | 130.67º | 0.73% | 0.76% | - |
| HSV(B) | 130.67º | 0.38% | 0.93% | - |
| XYZ | 49.49 | 70.13 | 46.05 | - |
| YUV | 202.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 164 | 0.38 | 0 | 0.31 | 0.07 | 130.67 | 0.73 | 0.76 |
| Hex | 94 | EE | A4 | 26 | 0 | 1F | 7 | 83 | 49 | 4C |
| Octal | 224 | 356 | 244 | 46 | 0 | 37 | 7 | 203 | 111 | 114 |
| Binary | 10010100 | 11101110 | 10100100 | 100110 | 0 | 11111 | 111 | 10000011 | 1001001 | 1001100 |
Color Harmonies of #94EEA4
Complementary color
Monochromatic Colors of #94EEA4
Black with #94EEA4
Text Example
Text Example
White with #94EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EEA4; }
p { color: rgb(148,238,164); }
H1.HeaderClassName
{
color: #94EEA4;
}
.AnyTagClassName
{
color: #94EEA4;
}
</style>
background-color css
<style>
a { background-color: #94EEA4; }
a { background-color: rgb(148,238,164); }
div.DivClassName
{
background-color: #94EEA4;
}
.BgClassName
{
background-color: #94EEA4;
}
</style>
border-color css
<style>
span { border-color: #94EEA4; }
span { border-color: rgb(148,238,164); }
td.TdClassName
{
border-color: #94EEA4;
}
.TagClassName
{
border-color: #94EEA4;
}
</style>