Shades of Pastel Green #90F362
Tints of Pastel Green #90F362
RGB
CMYK
RGB Variations
Color information
#90F362 (or 0x90F362) is known color: Pastel Green. HEX triplet: 90, F3 and 62. RGB value is (144,243,98). Sum of RGB (Red+Green+Blue) = 144+243+98=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #90F362 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F362 is #6F0C9D. Grayscale: #C5C5C5. Windows color (decimal): -7277726 or 6484880. OLE color: 6484880.
HSL color Cylindrical-coordinate representation of color #90F362: hue angle of 100.97º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90F362 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 98 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.05 |
| HSL | 100.97º | 0.86% | 0.67% | - |
| HSV(B) | 100.97º | 0.6% | 0.95% | - |
| XYZ | 45.76 | 70.91 | 22.83 | - |
| YUV | 196.87 | 72.2 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 98 | 0.41 | 0 | 0.60 | 0.05 | 100.97 | 0.86 | 0.67 |
| Hex | 90 | F3 | 62 | 29 | 0 | 3C | 5 | 65 | 56 | 43 |
| Octal | 220 | 363 | 142 | 51 | 0 | 74 | 5 | 145 | 126 | 103 |
| Binary | 10010000 | 11110011 | 1100010 | 101001 | 0 | 111100 | 101 | 1100101 | 1010110 | 1000011 |
Color Harmonies of #90F362
Complementary color
Monochromatic Colors of #90F362
Black with #90F362
Text Example
Text Example
White with #90F362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F362; }
p { color: rgb(144,243,98); }
H1.HeaderClassName
{
color: #90F362;
}
.AnyTagClassName
{
color: #90F362;
}
</style>
background-color css
<style>
a { background-color: #90F362; }
a { background-color: rgb(144,243,98); }
div.DivClassName
{
background-color: #90F362;
}
.BgClassName
{
background-color: #90F362;
}
</style>
border-color css
<style>
span { border-color: #90F362; }
span { border-color: rgb(144,243,98); }
td.TdClassName
{
border-color: #90F362;
}
.TagClassName
{
border-color: #90F362;
}
</style>