Shades of Light Green #94F289
Tints of Light Green #94F289
RGB
CMYK
RGB Variations
Color information
#94F289 (or 0x94F289) is known color: Light Green. HEX triplet: 94, F2 and 89. RGB value is (148,242,137). Sum of RGB (Red+Green+Blue) = 148+242+137=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 137 (53.91% from 255 or 26.00% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #94F289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F289 is #6B0D76. Grayscale: #CACACA. Windows color (decimal): -7015799 or 9040532. OLE color: 9040532.
HSL color Cylindrical-coordinate representation of color #94F289: hue angle of 113.71º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94F289 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 137 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.05 |
| HSL | 113.71º | 0.8% | 0.74% | - |
| HSV(B) | 113.71º | 0.43% | 0.95% | - |
| XYZ | 48.48 | 71.61 | 34.93 | - |
| YUV | 201.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 137 | 0.39 | 0 | 0.43 | 0.05 | 113.71 | 0.8 | 0.74 |
| Hex | 94 | F2 | 89 | 27 | 0 | 2B | 5 | 72 | 50 | 4A |
| Octal | 224 | 362 | 211 | 47 | 0 | 53 | 5 | 162 | 120 | 112 |
| Binary | 10010100 | 11110010 | 10001001 | 100111 | 0 | 101011 | 101 | 1110010 | 1010000 | 1001010 |
Color Harmonies of #94F289
Complementary color
Monochromatic Colors of #94F289
Black with #94F289
Text Example
Text Example
White with #94F289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F289; }
p { color: rgb(148,242,137); }
H1.HeaderClassName
{
color: #94F289;
}
.AnyTagClassName
{
color: #94F289;
}
</style>
background-color css
<style>
a { background-color: #94F289; }
a { background-color: rgb(148,242,137); }
div.DivClassName
{
background-color: #94F289;
}
.BgClassName
{
background-color: #94F289;
}
</style>
border-color css
<style>
span { border-color: #94F289; }
span { border-color: rgb(148,242,137); }
td.TdClassName
{
border-color: #94F289;
}
.TagClassName
{
border-color: #94F289;
}
</style>