Shades of Light Green #90F38E
Tints of Light Green #90F38E
RGB
CMYK
RGB Variations
Color information
#90F38E (or 0x90F38E) is known color: Light Green. HEX triplet: 90, F3 and 8E. RGB value is (144,243,142). Sum of RGB (Red+Green+Blue) = 144+243+142=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #90F38E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F38E is #6F0C71. Grayscale: #CACACA. Windows color (decimal): -7277682 or 9368464. OLE color: 9368464.
HSL color Cylindrical-coordinate representation of color #90F38E: hue angle of 118.81º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F38E is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 142 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.05 |
| HSL | 118.81º | 0.81% | 0.75% | - |
| HSV(B) | 118.81º | 0.42% | 0.95% | - |
| XYZ | 48.43 | 71.98 | 36.93 | - |
| YUV | 201.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 142 | 0.41 | 0 | 0.42 | 0.05 | 118.81 | 0.81 | 0.75 |
| Hex | 90 | F3 | 8E | 29 | 0 | 2A | 5 | 77 | 51 | 4B |
| Octal | 220 | 363 | 216 | 51 | 0 | 52 | 5 | 167 | 121 | 113 |
| Binary | 10010000 | 11110011 | 10001110 | 101001 | 0 | 101010 | 101 | 1110111 | 1010001 | 1001011 |
Color Harmonies of #90F38E
Complementary color
Monochromatic Colors of #90F38E
Black with #90F38E
Text Example
Text Example
White with #90F38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F38E; }
p { color: rgb(144,243,142); }
H1.HeaderClassName
{
color: #90F38E;
}
.AnyTagClassName
{
color: #90F38E;
}
</style>
background-color css
<style>
a { background-color: #90F38E; }
a { background-color: rgb(144,243,142); }
div.DivClassName
{
background-color: #90F38E;
}
.BgClassName
{
background-color: #90F38E;
}
</style>
border-color css
<style>
span { border-color: #90F38E; }
span { border-color: rgb(144,243,142); }
td.TdClassName
{
border-color: #90F38E;
}
.TagClassName
{
border-color: #90F38E;
}
</style>