Shades of Pale Green #94F6AA
Tints of Pale Green #94F6AA
RGB
CMYK
RGB Variations
Color information
#94F6AA (or 0x94F6AA) is known color: Pale Green. HEX triplet: 94, F6 and AA. RGB value is (148,246,170). Sum of RGB (Red+Green+Blue) = 148+246+170=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F6AA is #6B0955. Grayscale: #D0D0D0. Windows color (decimal): -7014742 or 11204244. OLE color: 11204244.
HSL color Cylindrical-coordinate representation of color #94F6AA: hue angle of 133.47º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F6AA is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 170 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.04 |
| HSL | 133.47º | 0.84% | 0.77% | - |
| HSV(B) | 133.47º | 0.4% | 0.96% | - |
| XYZ | 52.42 | 75.11 | 49.76 | - |
| YUV | 208.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 170 | 0.40 | 0 | 0.31 | 0.04 | 133.47 | 0.84 | 0.77 |
| Hex | 94 | F6 | AA | 28 | 0 | 1F | 4 | 85 | 54 | 4D |
| Octal | 224 | 366 | 252 | 50 | 0 | 37 | 4 | 205 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10101010 | 101000 | 0 | 11111 | 100 | 10000101 | 1010100 | 1001101 |
Color Harmonies of #94F6AA
Complementary color
Monochromatic Colors of #94F6AA
Black with #94F6AA
Text Example
Text Example
White with #94F6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6AA; }
p { color: rgb(148,246,170); }
H1.HeaderClassName
{
color: #94F6AA;
}
.AnyTagClassName
{
color: #94F6AA;
}
</style>
background-color css
<style>
a { background-color: #94F6AA; }
a { background-color: rgb(148,246,170); }
div.DivClassName
{
background-color: #94F6AA;
}
.BgClassName
{
background-color: #94F6AA;
}
</style>
border-color css
<style>
span { border-color: #94F6AA; }
span { border-color: rgb(148,246,170); }
td.TdClassName
{
border-color: #94F6AA;
}
.TagClassName
{
border-color: #94F6AA;
}
</style>