Shades of Light Green #94EBA2
Tints of Light Green #94EBA2
RGB
CMYK
RGB Variations
Color information
#94EBA2 (or 0x94EBA2) is known color: Light Green. HEX triplet: 94, EB and A2. RGB value is (148,235,162). Sum of RGB (Red+Green+Blue) = 148+235+162=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBA2 is #6B145D. Grayscale: #C8C8C8. Windows color (decimal): -7017566 or 10677140. OLE color: 10677140.
HSL color Cylindrical-coordinate representation of color #94EBA2: hue angle of 129.66º 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 #94EBA2 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 235 | 162 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.08 |
| HSL | 129.66º | 0.69% | 0.75% | - |
| HSV(B) | 129.66º | 0.37% | 0.92% | - |
| XYZ | 48.44 | 68.32 | 44.82 | - |
| YUV | 200.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 235 | 162 | 0.37 | 0 | 0.31 | 0.08 | 129.66 | 0.69 | 0.75 |
| Hex | 94 | EB | A2 | 25 | 0 | 1F | 8 | 82 | 45 | 4B |
| Octal | 224 | 353 | 242 | 45 | 0 | 37 | 10 | 202 | 105 | 113 |
| Binary | 10010100 | 11101011 | 10100010 | 100101 | 0 | 11111 | 1000 | 10000010 | 1000101 | 1001011 |
Color Harmonies of #94EBA2
Complementary color
Monochromatic Colors of #94EBA2
Black with #94EBA2
Text Example
Text Example
White with #94EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EBA2; }
p { color: rgb(148,235,162); }
H1.HeaderClassName
{
color: #94EBA2;
}
.AnyTagClassName
{
color: #94EBA2;
}
</style>
background-color css
<style>
a { background-color: #94EBA2; }
a { background-color: rgb(148,235,162); }
div.DivClassName
{
background-color: #94EBA2;
}
.BgClassName
{
background-color: #94EBA2;
}
</style>
border-color css
<style>
span { border-color: #94EBA2; }
span { border-color: rgb(148,235,162); }
td.TdClassName
{
border-color: #94EBA2;
}
.TagClassName
{
border-color: #94EBA2;
}
</style>