Shades of Pale Green #94FC93
Tints of Pale Green #94FC93
RGB
CMYK
RGB Variations
Color information
#94FC93 (or 0x94FC93) is known color: Pale Green. HEX triplet: 94, FC and 93. RGB value is (148,252,147). Sum of RGB (Red+Green+Blue) = 148+252+147=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FC93 is #6B036C. Grayscale: #D1D1D1. Windows color (decimal): -7013229 or 9698452. OLE color: 9698452.
HSL color Cylindrical-coordinate representation of color #94FC93: hue angle of 119.43º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FC93 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 147 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.01 |
| HSL | 119.43º | 0.95% | 0.78% | - |
| HSV(B) | 119.43º | 0.42% | 0.99% | - |
| XYZ | 52.29 | 78.02 | 39.91 | - |
| YUV | 208.93 | 93.04 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 147 | 0.41 | 0 | 0.42 | 0.01 | 119.43 | 0.95 | 0.78 |
| Hex | 94 | FC | 93 | 29 | 0 | 2A | 1 | 77 | 5F | 4E |
| Octal | 224 | 374 | 223 | 51 | 0 | 52 | 1 | 167 | 137 | 116 |
| Binary | 10010100 | 11111100 | 10010011 | 101001 | 0 | 101010 | 1 | 1110111 | 1011111 | 1001110 |
Color Harmonies of #94FC93
Complementary color
Monochromatic Colors of #94FC93
Black with #94FC93
Text Example
Text Example
White with #94FC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FC93; }
p { color: rgb(148,252,147); }
H1.HeaderClassName
{
color: #94FC93;
}
.AnyTagClassName
{
color: #94FC93;
}
</style>
background-color css
<style>
a { background-color: #94FC93; }
a { background-color: rgb(148,252,147); }
div.DivClassName
{
background-color: #94FC93;
}
.BgClassName
{
background-color: #94FC93;
}
</style>
border-color css
<style>
span { border-color: #94FC93; }
span { border-color: rgb(148,252,147); }
td.TdClassName
{
border-color: #94FC93;
}
.TagClassName
{
border-color: #94FC93;
}
</style>