Shades of Light Green #94DF9A
Tints of Light Green #94DF9A
RGB
CMYK
RGB Variations
Color information
#94DF9A (or 0x94DF9A) is known color: Light Green. HEX triplet: 94, DF and 9A. RGB value is (148,223,154). Sum of RGB (Red+Green+Blue) = 148+223+154=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF9A is #6B2065. Grayscale: #C0C0C0. Windows color (decimal): -7020646 or 10149780. OLE color: 10149780.
HSL color Cylindrical-coordinate representation of color #94DF9A: hue angle of 124.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DF9A is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 154 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.13 |
| HSL | 124.8º | 0.54% | 0.73% | - |
| HSV(B) | 124.8º | 0.34% | 0.87% | - |
| XYZ | 44.43 | 61.4 | 40.08 | - |
| YUV | 192.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 154 | 0.34 | 0 | 0.31 | 0.13 | 124.8 | 0.54 | 0.73 |
| Hex | 94 | DF | 9A | 22 | 0 | 1F | D | 7D | 36 | 49 |
| Octal | 224 | 337 | 232 | 42 | 0 | 37 | 15 | 175 | 66 | 111 |
| Binary | 10010100 | 11011111 | 10011010 | 100010 | 0 | 11111 | 1101 | 1111101 | 110110 | 1001001 |
Color Harmonies of #94DF9A
Complementary color
Monochromatic Colors of #94DF9A
Black with #94DF9A
Text Example
Text Example
White with #94DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF9A; }
p { color: rgb(148,223,154); }
H1.HeaderClassName
{
color: #94DF9A;
}
.AnyTagClassName
{
color: #94DF9A;
}
</style>
background-color css
<style>
a { background-color: #94DF9A; }
a { background-color: rgb(148,223,154); }
div.DivClassName
{
background-color: #94DF9A;
}
.BgClassName
{
background-color: #94DF9A;
}
</style>
border-color css
<style>
span { border-color: #94DF9A; }
span { border-color: rgb(148,223,154); }
td.TdClassName
{
border-color: #94DF9A;
}
.TagClassName
{
border-color: #94DF9A;
}
</style>