Shades of Pale Green #94FCA4
Tints of Pale Green #94FCA4
RGB
CMYK
RGB Variations
Color information
#94FCA4 (or 0x94FCA4) is known color: Pale Green. HEX triplet: 94, FC and A4. RGB value is (148,252,164). Sum of RGB (Red+Green+Blue) = 148+252+164=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FCA4 is #6B035B. Grayscale: #D3D3D3. Windows color (decimal): -7013212 or 10812564. OLE color: 10812564.
HSL color Cylindrical-coordinate representation of color #94FCA4: hue angle of 129.23º 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 #94FCA4 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 252 | 164 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.01 |
| HSL | 129.23º | 0.95% | 0.78% | - |
| HSV(B) | 129.23º | 0.41% | 0.99% | - |
| XYZ | 53.72 | 78.6 | 47.46 | - |
| YUV | 210.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 252 | 164 | 0.41 | 0 | 0.35 | 0.01 | 129.23 | 0.95 | 0.78 |
| Hex | 94 | FC | A4 | 29 | 0 | 23 | 1 | 81 | 5F | 4E |
| Octal | 224 | 374 | 244 | 51 | 0 | 43 | 1 | 201 | 137 | 116 |
| Binary | 10010100 | 11111100 | 10100100 | 101001 | 0 | 100011 | 1 | 10000001 | 1011111 | 1001110 |
Color Harmonies of #94FCA4
Complementary color
Monochromatic Colors of #94FCA4
Black with #94FCA4
Text Example
Text Example
White with #94FCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FCA4; }
p { color: rgb(148,252,164); }
H1.HeaderClassName
{
color: #94FCA4;
}
.AnyTagClassName
{
color: #94FCA4;
}
</style>
background-color css
<style>
a { background-color: #94FCA4; }
a { background-color: rgb(148,252,164); }
div.DivClassName
{
background-color: #94FCA4;
}
.BgClassName
{
background-color: #94FCA4;
}
</style>
border-color css
<style>
span { border-color: #94FCA4; }
span { border-color: rgb(148,252,164); }
td.TdClassName
{
border-color: #94FCA4;
}
.TagClassName
{
border-color: #94FCA4;
}
</style>