Shades of Pale Green #94F0A2
Tints of Pale Green #94F0A2
RGB
CMYK
RGB Variations
Color information
#94F0A2 (or 0x94F0A2) is known color: Pale Green. HEX triplet: 94, F0 and A2. RGB value is (148,240,162). Sum of RGB (Red+Green+Blue) = 148+240+162=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F0A2 is #6B0F5D. Grayscale: #CBCBCB. Windows color (decimal): -7016286 or 10678420. OLE color: 10678420.
HSL color Cylindrical-coordinate representation of color #94F0A2: hue angle of 129.13º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F0A2 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 162 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.06 |
| HSL | 129.13º | 0.75% | 0.76% | - |
| HSV(B) | 129.13º | 0.38% | 0.94% | - |
| XYZ | 49.89 | 71.22 | 45.3 | - |
| YUV | 203.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 162 | 0.38 | 0 | 0.32 | 0.06 | 129.13 | 0.75 | 0.76 |
| Hex | 94 | F0 | A2 | 26 | 0 | 20 | 6 | 81 | 4B | 4C |
| Octal | 224 | 360 | 242 | 46 | 0 | 40 | 6 | 201 | 113 | 114 |
| Binary | 10010100 | 11110000 | 10100010 | 100110 | 0 | 100000 | 110 | 10000001 | 1001011 | 1001100 |
Color Harmonies of #94F0A2
Complementary color
Monochromatic Colors of #94F0A2
Black with #94F0A2
Text Example
Text Example
White with #94F0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F0A2; }
p { color: rgb(148,240,162); }
H1.HeaderClassName
{
color: #94F0A2;
}
.AnyTagClassName
{
color: #94F0A2;
}
</style>
background-color css
<style>
a { background-color: #94F0A2; }
a { background-color: rgb(148,240,162); }
div.DivClassName
{
background-color: #94F0A2;
}
.BgClassName
{
background-color: #94F0A2;
}
</style>
border-color css
<style>
span { border-color: #94F0A2; }
span { border-color: rgb(148,240,162); }
td.TdClassName
{
border-color: #94F0A2;
}
.TagClassName
{
border-color: #94F0A2;
}
</style>