Shades of Light Green #99ED94
Tints of Light Green #99ED94
RGB
CMYK
RGB Variations
Color information
#99ED94 (or 0x99ED94) is known color: Light Green. HEX triplet: 99, ED and 94. RGB value is (153,237,148). Sum of RGB (Red+Green+Blue) = 153+237+148=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99ED94 is #66126B. Grayscale: #CACACA. Windows color (decimal): -6689388 or 9760153. OLE color: 9760153.
HSL color Cylindrical-coordinate representation of color #99ED94: hue angle of 116.63º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99ED94 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 237 | 148 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.07 |
| HSL | 116.63º | 0.71% | 0.75% | - |
| HSV(B) | 116.63º | 0.38% | 0.93% | - |
| XYZ | 48.77 | 69.48 | 38.86 | - |
| YUV | 201.74 | 97.67 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 237 | 148 | 0.35 | 0 | 0.38 | 0.07 | 116.63 | 0.71 | 0.75 |
| Hex | 99 | ED | 94 | 23 | 0 | 26 | 7 | 75 | 47 | 4B |
| Octal | 231 | 355 | 224 | 43 | 0 | 46 | 7 | 165 | 107 | 113 |
| Binary | 10011001 | 11101101 | 10010100 | 100011 | 0 | 100110 | 111 | 1110101 | 1000111 | 1001011 |
Color Harmonies of #99ED94
Complementary color
Monochromatic Colors of #99ED94
Black with #99ED94
Text Example
Text Example
White with #99ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ED94; }
p { color: rgb(153,237,148); }
H1.HeaderClassName
{
color: #99ED94;
}
.AnyTagClassName
{
color: #99ED94;
}
</style>
background-color css
<style>
a { background-color: #99ED94; }
a { background-color: rgb(153,237,148); }
div.DivClassName
{
background-color: #99ED94;
}
.BgClassName
{
background-color: #99ED94;
}
</style>
border-color css
<style>
span { border-color: #99ED94; }
span { border-color: rgb(153,237,148); }
td.TdClassName
{
border-color: #99ED94;
}
.TagClassName
{
border-color: #99ED94;
}
</style>