Shades of Pastel Green #90F460
Tints of Pastel Green #90F460
RGB
CMYK
RGB Variations
Color information
#90F460 (or 0x90F460) is known color: Pastel Green. HEX triplet: 90, F4 and 60. RGB value is (144,244,96). Sum of RGB (Red+Green+Blue) = 144+244+96=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #90F460 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F460 is #6F0B9F. Grayscale: #C5C5C5. Windows color (decimal): -7277472 or 6354064. OLE color: 6354064.
HSL color Cylindrical-coordinate representation of color #90F460: hue angle of 100.54º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90F460 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 244 | 96 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.04 |
| HSL | 100.54º | 0.87% | 0.67% | - |
| HSV(B) | 100.54º | 0.61% | 0.96% | - |
| XYZ | 45.96 | 71.48 | 22.44 | - |
| YUV | 197.23 | 70.87 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 96 | 0.41 | 0 | 0.61 | 0.04 | 100.54 | 0.87 | 0.67 |
| Hex | 90 | F4 | 60 | 29 | 0 | 3D | 4 | 65 | 57 | 43 |
| Octal | 220 | 364 | 140 | 51 | 0 | 75 | 4 | 145 | 127 | 103 |
| Binary | 10010000 | 11110100 | 1100000 | 101001 | 0 | 111101 | 100 | 1100101 | 1010111 | 1000011 |
Color Harmonies of #90F460
Complementary color
Monochromatic Colors of #90F460
Black with #90F460
Text Example
Text Example
White with #90F460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F460; }
p { color: rgb(144,244,96); }
H1.HeaderClassName
{
color: #90F460;
}
.AnyTagClassName
{
color: #90F460;
}
</style>
background-color css
<style>
a { background-color: #90F460; }
a { background-color: rgb(144,244,96); }
div.DivClassName
{
background-color: #90F460;
}
.BgClassName
{
background-color: #90F460;
}
</style>
border-color css
<style>
span { border-color: #90F460; }
span { border-color: rgb(144,244,96); }
td.TdClassName
{
border-color: #90F460;
}
.TagClassName
{
border-color: #90F460;
}
</style>