Shades of Light Green #94F38A
Tints of Light Green #94F38A
RGB
CMYK
RGB Variations
Color information
#94F38A (or 0x94F38A) is known color: Light Green. HEX triplet: 94, F3 and 8A. RGB value is (148,243,138). Sum of RGB (Red+Green+Blue) = 148+243+138=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #94F38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F38A is #6B0C75. Grayscale: #CACACA. Windows color (decimal): -7015542 or 9106324. OLE color: 9106324.
HSL color Cylindrical-coordinate representation of color #94F38A: hue angle of 114.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94F38A is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 138 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.05 |
| HSL | 114.29º | 0.81% | 0.75% | - |
| HSV(B) | 114.29º | 0.43% | 0.95% | - |
| XYZ | 48.85 | 72.23 | 35.41 | - |
| YUV | 202.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 138 | 0.39 | 0 | 0.43 | 0.05 | 114.29 | 0.81 | 0.75 |
| Hex | 94 | F3 | 8A | 27 | 0 | 2B | 5 | 72 | 51 | 4B |
| Octal | 224 | 363 | 212 | 47 | 0 | 53 | 5 | 162 | 121 | 113 |
| Binary | 10010100 | 11110011 | 10001010 | 100111 | 0 | 101011 | 101 | 1110010 | 1010001 | 1001011 |
Color Harmonies of #94F38A
Complementary color
Monochromatic Colors of #94F38A
Black with #94F38A
Text Example
Text Example
White with #94F38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F38A; }
p { color: rgb(148,243,138); }
H1.HeaderClassName
{
color: #94F38A;
}
.AnyTagClassName
{
color: #94F38A;
}
</style>
background-color css
<style>
a { background-color: #94F38A; }
a { background-color: rgb(148,243,138); }
div.DivClassName
{
background-color: #94F38A;
}
.BgClassName
{
background-color: #94F38A;
}
</style>
border-color css
<style>
span { border-color: #94F38A; }
span { border-color: rgb(148,243,138); }
td.TdClassName
{
border-color: #94F38A;
}
.TagClassName
{
border-color: #94F38A;
}
</style>