Shades of Light Green #94EBA3
Tints of Light Green #94EBA3
RGB
CMYK
RGB Variations
Color information
#94EBA3 (or 0x94EBA3) is known color: Light Green. HEX triplet: 94, EB and A3. RGB value is (148,235,163). Sum of RGB (Red+Green+Blue) = 148+235+163=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBA3 is #6B145C. Grayscale: #C8C8C8. Windows color (decimal): -7017565 or 10742676. OLE color: 10742676.
HSL color Cylindrical-coordinate representation of color #94EBA3: hue angle of 130.34º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EBA3 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 235 | 163 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.08 |
| HSL | 130.34º | 0.69% | 0.75% | - |
| HSV(B) | 130.34º | 0.37% | 0.92% | - |
| XYZ | 48.53 | 68.36 | 45.29 | - |
| YUV | 200.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 235 | 163 | 0.37 | 0 | 0.31 | 0.08 | 130.34 | 0.69 | 0.75 |
| Hex | 94 | EB | A3 | 25 | 0 | 1F | 8 | 82 | 45 | 4B |
| Octal | 224 | 353 | 243 | 45 | 0 | 37 | 10 | 202 | 105 | 113 |
| Binary | 10010100 | 11101011 | 10100011 | 100101 | 0 | 11111 | 1000 | 10000010 | 1000101 | 1001011 |
Color Harmonies of #94EBA3
Complementary color
Monochromatic Colors of #94EBA3
Black with #94EBA3
Text Example
Text Example
White with #94EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EBA3; }
p { color: rgb(148,235,163); }
H1.HeaderClassName
{
color: #94EBA3;
}
.AnyTagClassName
{
color: #94EBA3;
}
</style>
background-color css
<style>
a { background-color: #94EBA3; }
a { background-color: rgb(148,235,163); }
div.DivClassName
{
background-color: #94EBA3;
}
.BgClassName
{
background-color: #94EBA3;
}
</style>
border-color css
<style>
span { border-color: #94EBA3; }
span { border-color: rgb(148,235,163); }
td.TdClassName
{
border-color: #94EBA3;
}
.TagClassName
{
border-color: #94EBA3;
}
</style>