Shades of Pale Green #94F69A
Tints of Pale Green #94F69A
RGB
CMYK
RGB Variations
Color information
#94F69A (or 0x94F69A) is known color: Pale Green. HEX triplet: 94, F6 and 9A. RGB value is (148,246,154). Sum of RGB (Red+Green+Blue) = 148+246+154=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #94F69A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F69A is #6B0965. Grayscale: #CECECE. Windows color (decimal): -7014758 or 10155668. OLE color: 10155668.
HSL color Cylindrical-coordinate representation of color #94F69A: hue angle of 123.67º 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 #94F69A is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 154 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.04 |
| HSL | 123.67º | 0.84% | 0.77% | - |
| HSV(B) | 123.67º | 0.4% | 0.96% | - |
| XYZ | 51 | 74.54 | 42.27 | - |
| YUV | 206.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 154 | 0.40 | 0 | 0.37 | 0.04 | 123.67 | 0.84 | 0.77 |
| Hex | 94 | F6 | 9A | 28 | 0 | 25 | 4 | 7C | 54 | 4D |
| Octal | 224 | 366 | 232 | 50 | 0 | 45 | 4 | 174 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10011010 | 101000 | 0 | 100101 | 100 | 1111100 | 1010100 | 1001101 |
Color Harmonies of #94F69A
Complementary color
Monochromatic Colors of #94F69A
Black with #94F69A
Text Example
Text Example
White with #94F69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F69A; }
p { color: rgb(148,246,154); }
H1.HeaderClassName
{
color: #94F69A;
}
.AnyTagClassName
{
color: #94F69A;
}
</style>
background-color css
<style>
a { background-color: #94F69A; }
a { background-color: rgb(148,246,154); }
div.DivClassName
{
background-color: #94F69A;
}
.BgClassName
{
background-color: #94F69A;
}
</style>
border-color css
<style>
span { border-color: #94F69A; }
span { border-color: rgb(148,246,154); }
td.TdClassName
{
border-color: #94F69A;
}
.TagClassName
{
border-color: #94F69A;
}
</style>