Shades of Light Green #94F58A
Tints of Light Green #94F58A
RGB
CMYK
RGB Variations
Color information
#94F58A (or 0x94F58A) is known color: Light Green. HEX triplet: 94, F5 and 8A. RGB value is (148,245,138). Sum of RGB (Red+Green+Blue) = 148+245+138=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #94F58A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F58A is #6B0A75. Grayscale: #CCCCCC. Windows color (decimal): -7015030 or 9106836. OLE color: 9106836.
HSL color Cylindrical-coordinate representation of color #94F58A: hue angle of 114.39º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94F58A is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 245 | 138 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.04 |
| HSL | 114.39º | 0.84% | 0.75% | - |
| HSV(B) | 114.39º | 0.44% | 0.96% | - |
| XYZ | 49.45 | 73.44 | 35.61 | - |
| YUV | 203.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 245 | 138 | 0.40 | 0 | 0.44 | 0.04 | 114.39 | 0.84 | 0.75 |
| Hex | 94 | F5 | 8A | 28 | 0 | 2C | 4 | 72 | 54 | 4B |
| Octal | 224 | 365 | 212 | 50 | 0 | 54 | 4 | 162 | 124 | 113 |
| Binary | 10010100 | 11110101 | 10001010 | 101000 | 0 | 101100 | 100 | 1110010 | 1010100 | 1001011 |
Color Harmonies of #94F58A
Complementary color
Monochromatic Colors of #94F58A
Black with #94F58A
Text Example
Text Example
White with #94F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F58A; }
p { color: rgb(148,245,138); }
H1.HeaderClassName
{
color: #94F58A;
}
.AnyTagClassName
{
color: #94F58A;
}
</style>
background-color css
<style>
a { background-color: #94F58A; }
a { background-color: rgb(148,245,138); }
div.DivClassName
{
background-color: #94F58A;
}
.BgClassName
{
background-color: #94F58A;
}
</style>
border-color css
<style>
span { border-color: #94F58A; }
span { border-color: rgb(148,245,138); }
td.TdClassName
{
border-color: #94F58A;
}
.TagClassName
{
border-color: #94F58A;
}
</style>