Shades of Pale Green #94F69C
Tints of Pale Green #94F69C
RGB
CMYK
RGB Variations
Color information
#94F69C (or 0x94F69C) is known color: Pale Green. HEX triplet: 94, F6 and 9C. RGB value is (148,246,156). Sum of RGB (Red+Green+Blue) = 148+246+156=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #94F69C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F69C is #6B0963. Grayscale: #CECECE. Windows color (decimal): -7014756 or 10286740. OLE color: 10286740.
HSL color Cylindrical-coordinate representation of color #94F69C: hue angle of 124.9º 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 #94F69C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 156 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.04 |
| HSL | 124.9º | 0.84% | 0.77% | - |
| HSV(B) | 124.9º | 0.4% | 0.96% | - |
| XYZ | 51.17 | 74.61 | 43.16 | - |
| YUV | 206.44 | 99.53 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 156 | 0.40 | 0 | 0.37 | 0.04 | 124.9 | 0.84 | 0.77 |
| Hex | 94 | F6 | 9C | 28 | 0 | 25 | 4 | 7D | 54 | 4D |
| Octal | 224 | 366 | 234 | 50 | 0 | 45 | 4 | 175 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10011100 | 101000 | 0 | 100101 | 100 | 1111101 | 1010100 | 1001101 |
Color Harmonies of #94F69C
Complementary color
Monochromatic Colors of #94F69C
Black with #94F69C
Text Example
Text Example
White with #94F69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F69C; }
p { color: rgb(148,246,156); }
H1.HeaderClassName
{
color: #94F69C;
}
.AnyTagClassName
{
color: #94F69C;
}
</style>
background-color css
<style>
a { background-color: #94F69C; }
a { background-color: rgb(148,246,156); }
div.DivClassName
{
background-color: #94F69C;
}
.BgClassName
{
background-color: #94F69C;
}
</style>
border-color css
<style>
span { border-color: #94F69C; }
span { border-color: rgb(148,246,156); }
td.TdClassName
{
border-color: #94F69C;
}
.TagClassName
{
border-color: #94F69C;
}
</style>