Shades of Light Green #94E09B
Tints of Light Green #94E09B
RGB
CMYK
RGB Variations
Color information
#94E09B (or 0x94E09B) is known color: Light Green. HEX triplet: 94, E0 and 9B. RGB value is (148,224,155). Sum of RGB (Red+Green+Blue) = 148+224+155=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #94E09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E09B is #6B1F64. Grayscale: #C1C1C1. Windows color (decimal): -7020389 or 10215572. OLE color: 10215572.
HSL color Cylindrical-coordinate representation of color #94E09B: hue angle of 125.53º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E09B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 224 | 155 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.12 |
| HSL | 125.53º | 0.55% | 0.73% | - |
| HSV(B) | 125.53º | 0.34% | 0.88% | - |
| XYZ | 44.78 | 61.97 | 40.61 | - |
| YUV | 193.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 224 | 155 | 0.34 | 0 | 0.31 | 0.12 | 125.53 | 0.55 | 0.73 |
| Hex | 94 | E0 | 9B | 22 | 0 | 1F | C | 7E | 37 | 49 |
| Octal | 224 | 340 | 233 | 42 | 0 | 37 | 14 | 176 | 67 | 111 |
| Binary | 10010100 | 11100000 | 10011011 | 100010 | 0 | 11111 | 1100 | 1111110 | 110111 | 1001001 |
Color Harmonies of #94E09B
Complementary color
Monochromatic Colors of #94E09B
Black with #94E09B
Text Example
Text Example
White with #94E09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E09B; }
p { color: rgb(148,224,155); }
H1.HeaderClassName
{
color: #94E09B;
}
.AnyTagClassName
{
color: #94E09B;
}
</style>
background-color css
<style>
a { background-color: #94E09B; }
a { background-color: rgb(148,224,155); }
div.DivClassName
{
background-color: #94E09B;
}
.BgClassName
{
background-color: #94E09B;
}
</style>
border-color css
<style>
span { border-color: #94E09B; }
span { border-color: rgb(148,224,155); }
td.TdClassName
{
border-color: #94E09B;
}
.TagClassName
{
border-color: #94E09B;
}
</style>