Shades of Pastel Green #90F45E
Tints of Pastel Green #90F45E
RGB
CMYK
RGB Variations
Color information
#90F45E (or 0x90F45E) is known color: Pastel Green. HEX triplet: 90, F4 and 5E. RGB value is (144,244,94). Sum of RGB (Red+Green+Blue) = 144+244+94=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #90F45E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F45E is #6F0BA1. Grayscale: #C5C5C5. Windows color (decimal): -7277474 or 6222992. OLE color: 6222992.
HSL color Cylindrical-coordinate representation of color #90F45E: hue angle of 100º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90F45E is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 244 | 94 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.04 |
| HSL | 100º | 0.87% | 0.66% | - |
| HSV(B) | 100º | 0.61% | 0.96% | - |
| XYZ | 45.87 | 71.44 | 21.96 | - |
| YUV | 197 | 69.87 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 94 | 0.41 | 0 | 0.61 | 0.04 | 100 | 0.87 | 0.66 |
| Hex | 90 | F4 | 5E | 29 | 0 | 3D | 4 | 64 | 57 | 42 |
| Octal | 220 | 364 | 136 | 51 | 0 | 75 | 4 | 144 | 127 | 102 |
| Binary | 10010000 | 11110100 | 1011110 | 101001 | 0 | 111101 | 100 | 1100100 | 1010111 | 1000010 |
Color Harmonies of #90F45E
Complementary color
Monochromatic Colors of #90F45E
Black with #90F45E
Text Example
Text Example
White with #90F45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F45E; }
p { color: rgb(144,244,94); }
H1.HeaderClassName
{
color: #90F45E;
}
.AnyTagClassName
{
color: #90F45E;
}
</style>
background-color css
<style>
a { background-color: #90F45E; }
a { background-color: rgb(144,244,94); }
div.DivClassName
{
background-color: #90F45E;
}
.BgClassName
{
background-color: #90F45E;
}
</style>
border-color css
<style>
span { border-color: #90F45E; }
span { border-color: rgb(144,244,94); }
td.TdClassName
{
border-color: #90F45E;
}
.TagClassName
{
border-color: #90F45E;
}
</style>