Shades of Pale Green #94EBA4
Tints of Pale Green #94EBA4
RGB
CMYK
RGB Variations
Color information
#94EBA4 (or 0x94EBA4) is known color: Pale Green. HEX triplet: 94, EB and A4. RGB value is (148,235,164). Sum of RGB (Red+Green+Blue) = 148+235+164=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBA4 is #6B145B. Grayscale: #C9C9C9. Windows color (decimal): -7017564 or 10808212. OLE color: 10808212.
HSL color Cylindrical-coordinate representation of color #94EBA4: hue angle of 131.03º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBA4 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 235 | 164 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.08 |
| HSL | 131.03º | 0.69% | 0.75% | - |
| HSV(B) | 131.03º | 0.37% | 0.92% | - |
| XYZ | 48.62 | 68.39 | 45.76 | - |
| YUV | 200.89 | 107.18 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 235 | 164 | 0.37 | 0 | 0.30 | 0.08 | 131.03 | 0.69 | 0.75 |
| Hex | 94 | EB | A4 | 25 | 0 | 1E | 8 | 83 | 45 | 4B |
| Octal | 224 | 353 | 244 | 45 | 0 | 36 | 10 | 203 | 105 | 113 |
| Binary | 10010100 | 11101011 | 10100100 | 100101 | 0 | 11110 | 1000 | 10000011 | 1000101 | 1001011 |
Color Harmonies of #94EBA4
Complementary color
Monochromatic Colors of #94EBA4
Black with #94EBA4
Text Example
Text Example
White with #94EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EBA4; }
p { color: rgb(148,235,164); }
H1.HeaderClassName
{
color: #94EBA4;
}
.AnyTagClassName
{
color: #94EBA4;
}
</style>
background-color css
<style>
a { background-color: #94EBA4; }
a { background-color: rgb(148,235,164); }
div.DivClassName
{
background-color: #94EBA4;
}
.BgClassName
{
background-color: #94EBA4;
}
</style>
border-color css
<style>
span { border-color: #94EBA4; }
span { border-color: rgb(148,235,164); }
td.TdClassName
{
border-color: #94EBA4;
}
.TagClassName
{
border-color: #94EBA4;
}
</style>