Shades of Pale Green #94F9AA
Tints of Pale Green #94F9AA
RGB
CMYK
RGB Variations
Color information
#94F9AA (or 0x94F9AA) is known color: Pale Green. HEX triplet: 94, F9 and AA. RGB value is (148,249,170). Sum of RGB (Red+Green+Blue) = 148+249+170=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F9AA is #6B0655. Grayscale: #D2D2D2. Windows color (decimal): -7013974 or 11205012. OLE color: 11205012.
HSL color Cylindrical-coordinate representation of color #94F9AA: hue angle of 133.07º degrees, saturation: 0.89, 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 #94F9AA is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 170 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.02 |
| HSL | 133.07º | 0.89% | 0.78% | - |
| HSV(B) | 133.07º | 0.41% | 0.98% | - |
| XYZ | 53.34 | 76.95 | 50.07 | - |
| YUV | 209.8 | 105.54 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 170 | 0.41 | 0 | 0.32 | 0.02 | 133.07 | 0.89 | 0.78 |
| Hex | 94 | F9 | AA | 29 | 0 | 20 | 2 | 85 | 59 | 4E |
| Octal | 224 | 371 | 252 | 51 | 0 | 40 | 2 | 205 | 131 | 116 |
| Binary | 10010100 | 11111001 | 10101010 | 101001 | 0 | 100000 | 10 | 10000101 | 1011001 | 1001110 |
Color Harmonies of #94F9AA
Complementary color
Monochromatic Colors of #94F9AA
Black with #94F9AA
Text Example
Text Example
White with #94F9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F9AA; }
p { color: rgb(148,249,170); }
H1.HeaderClassName
{
color: #94F9AA;
}
.AnyTagClassName
{
color: #94F9AA;
}
</style>
background-color css
<style>
a { background-color: #94F9AA; }
a { background-color: rgb(148,249,170); }
div.DivClassName
{
background-color: #94F9AA;
}
.BgClassName
{
background-color: #94F9AA;
}
</style>
border-color css
<style>
span { border-color: #94F9AA; }
span { border-color: rgb(148,249,170); }
td.TdClassName
{
border-color: #94F9AA;
}
.TagClassName
{
border-color: #94F9AA;
}
</style>