Shades of Light Green #94E69D
Tints of Light Green #94E69D
RGB
CMYK
RGB Variations
Color information
#94E69D (or 0x94E69D) is known color: Light Green. HEX triplet: 94, E6 and 9D. RGB value is (148,230,157). Sum of RGB (Red+Green+Blue) = 148+230+157=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #94E69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E69D is #6B1962. Grayscale: #C5C5C5. Windows color (decimal): -7018851 or 10348180. OLE color: 10348180.
HSL color Cylindrical-coordinate representation of color #94E69D: hue angle of 126.59º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E69D is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 230 | 157 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.10 |
| HSL | 126.59º | 0.62% | 0.74% | - |
| HSV(B) | 126.59º | 0.36% | 0.9% | - |
| XYZ | 46.6 | 65.32 | 42.05 | - |
| YUV | 197.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 230 | 157 | 0.36 | 0 | 0.32 | 0.10 | 126.59 | 0.62 | 0.74 |
| Hex | 94 | E6 | 9D | 24 | 0 | 20 | A | 7F | 3E | 4A |
| Octal | 224 | 346 | 235 | 44 | 0 | 40 | 12 | 177 | 76 | 112 |
| Binary | 10010100 | 11100110 | 10011101 | 100100 | 0 | 100000 | 1010 | 1111111 | 111110 | 1001010 |
Color Harmonies of #94E69D
Complementary color
Monochromatic Colors of #94E69D
Black with #94E69D
Text Example
Text Example
White with #94E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E69D; }
p { color: rgb(148,230,157); }
H1.HeaderClassName
{
color: #94E69D;
}
.AnyTagClassName
{
color: #94E69D;
}
</style>
background-color css
<style>
a { background-color: #94E69D; }
a { background-color: rgb(148,230,157); }
div.DivClassName
{
background-color: #94E69D;
}
.BgClassName
{
background-color: #94E69D;
}
</style>
border-color css
<style>
span { border-color: #94E69D; }
span { border-color: rgb(148,230,157); }
td.TdClassName
{
border-color: #94E69D;
}
.TagClassName
{
border-color: #94E69D;
}
</style>