Shades of Pale Green #94FCAE
Tints of Pale Green #94FCAE
RGB
CMYK
RGB Variations
Color information
#94FCAE (or 0x94FCAE) is known color: Pale Green. HEX triplet: 94, FC and AE. RGB value is (148,252,174). Sum of RGB (Red+Green+Blue) = 148+252+174=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FCAE is #6B0351. Grayscale: #D4D4D4. Windows color (decimal): -7013202 or 11467924. OLE color: 11467924.
HSL color Cylindrical-coordinate representation of color #94FCAE: hue angle of 135º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCAE is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 174 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.01 |
| HSL | 135º | 0.95% | 0.78% | - |
| HSV(B) | 135º | 0.41% | 0.99% | - |
| XYZ | 54.66 | 78.97 | 52.41 | - |
| YUV | 212.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 174 | 0.41 | 0 | 0.31 | 0.01 | 135 | 0.95 | 0.78 |
| Hex | 94 | FC | AE | 29 | 0 | 1F | 1 | 87 | 5F | 4E |
| Octal | 224 | 374 | 256 | 51 | 0 | 37 | 1 | 207 | 137 | 116 |
| Binary | 10010100 | 11111100 | 10101110 | 101001 | 0 | 11111 | 1 | 10000111 | 1011111 | 1001110 |
Color Harmonies of #94FCAE
Complementary color
Monochromatic Colors of #94FCAE
Black with #94FCAE
Text Example
Text Example
White with #94FCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FCAE; }
p { color: rgb(148,252,174); }
H1.HeaderClassName
{
color: #94FCAE;
}
.AnyTagClassName
{
color: #94FCAE;
}
</style>
background-color css
<style>
a { background-color: #94FCAE; }
a { background-color: rgb(148,252,174); }
div.DivClassName
{
background-color: #94FCAE;
}
.BgClassName
{
background-color: #94FCAE;
}
</style>
border-color css
<style>
span { border-color: #94FCAE; }
span { border-color: rgb(148,252,174); }
td.TdClassName
{
border-color: #94FCAE;
}
.TagClassName
{
border-color: #94FCAE;
}
</style>