Shades of Pale Green #94FAA2
Tints of Pale Green #94FAA2
RGB
CMYK
RGB Variations
Color information
#94FAA2 (or 0x94FAA2) is known color: Pale Green. HEX triplet: 94, FA and A2. RGB value is (148,250,162). Sum of RGB (Red+Green+Blue) = 148+250+162=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FAA2 is #6B055D. Grayscale: #D1D1D1. Windows color (decimal): -7013726 or 10680980. OLE color: 10680980.
HSL color Cylindrical-coordinate representation of color #94FAA2: hue angle of 128.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FAA2 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 162 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.02 |
| HSL | 128.24º | 0.91% | 0.78% | - |
| HSV(B) | 128.24º | 0.41% | 0.98% | - |
| XYZ | 52.92 | 77.28 | 46.31 | - |
| YUV | 209.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 162 | 0.41 | 0 | 0.35 | 0.02 | 128.24 | 0.91 | 0.78 |
| Hex | 94 | FA | A2 | 29 | 0 | 23 | 2 | 80 | 5B | 4E |
| Octal | 224 | 372 | 242 | 51 | 0 | 43 | 2 | 200 | 133 | 116 |
| Binary | 10010100 | 11111010 | 10100010 | 101001 | 0 | 100011 | 10 | 10000000 | 1011011 | 1001110 |
Color Harmonies of #94FAA2
Complementary color
Monochromatic Colors of #94FAA2
Black with #94FAA2
Text Example
Text Example
White with #94FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FAA2; }
p { color: rgb(148,250,162); }
H1.HeaderClassName
{
color: #94FAA2;
}
.AnyTagClassName
{
color: #94FAA2;
}
</style>
background-color css
<style>
a { background-color: #94FAA2; }
a { background-color: rgb(148,250,162); }
div.DivClassName
{
background-color: #94FAA2;
}
.BgClassName
{
background-color: #94FAA2;
}
</style>
border-color css
<style>
span { border-color: #94FAA2; }
span { border-color: rgb(148,250,162); }
td.TdClassName
{
border-color: #94FAA2;
}
.TagClassName
{
border-color: #94FAA2;
}
</style>