Shades of Pale Green #94F99C
Tints of Pale Green #94F99C
RGB
CMYK
RGB Variations
Color information
#94F99C (or 0x94F99C) is known color: Pale Green. HEX triplet: 94, F9 and 9C. RGB value is (148,249,156). Sum of RGB (Red+Green+Blue) = 148+249+156=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #94F99C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F99C is #6B0663. Grayscale: #D0D0D0. Windows color (decimal): -7013988 or 10287508. OLE color: 10287508.
HSL color Cylindrical-coordinate representation of color #94F99C: hue angle of 124.75º 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 #94F99C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 249 | 156 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.02 |
| HSL | 124.75º | 0.89% | 0.78% | - |
| HSV(B) | 124.75º | 0.41% | 0.98% | - |
| XYZ | 52.09 | 76.45 | 43.46 | - |
| YUV | 208.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 249 | 156 | 0.41 | 0 | 0.37 | 0.02 | 124.75 | 0.89 | 0.78 |
| Hex | 94 | F9 | 9C | 29 | 0 | 25 | 2 | 7D | 59 | 4E |
| Octal | 224 | 371 | 234 | 51 | 0 | 45 | 2 | 175 | 131 | 116 |
| Binary | 10010100 | 11111001 | 10011100 | 101001 | 0 | 100101 | 10 | 1111101 | 1011001 | 1001110 |
Color Harmonies of #94F99C
Complementary color
Monochromatic Colors of #94F99C
Black with #94F99C
Text Example
Text Example
White with #94F99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F99C; }
p { color: rgb(148,249,156); }
H1.HeaderClassName
{
color: #94F99C;
}
.AnyTagClassName
{
color: #94F99C;
}
</style>
background-color css
<style>
a { background-color: #94F99C; }
a { background-color: rgb(148,249,156); }
div.DivClassName
{
background-color: #94F99C;
}
.BgClassName
{
background-color: #94F99C;
}
</style>
border-color css
<style>
span { border-color: #94F99C; }
span { border-color: rgb(148,249,156); }
td.TdClassName
{
border-color: #94F99C;
}
.TagClassName
{
border-color: #94F99C;
}
</style>