Shades of Pastel Green #90F760
Tints of Pastel Green #90F760
RGB
CMYK
RGB Variations
Color information
#90F760 (or 0x90F760) is known color: Pastel Green. HEX triplet: 90, F7 and 60. RGB value is (144,247,96). Sum of RGB (Red+Green+Blue) = 144+247+96=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #90F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F760 is #6F089F. Grayscale: #C7C7C7. Windows color (decimal): -7276704 or 6354832. OLE color: 6354832.
HSL color Cylindrical-coordinate representation of color #90F760: hue angle of 100.93º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90F760 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 96 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.03 |
| HSL | 100.93º | 0.9% | 0.67% | - |
| HSV(B) | 100.93º | 0.61% | 0.97% | - |
| XYZ | 46.87 | 73.3 | 22.74 | - |
| YUV | 198.99 | 69.88 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 96 | 0.42 | 0 | 0.61 | 0.03 | 100.93 | 0.9 | 0.67 |
| Hex | 90 | F7 | 60 | 2A | 0 | 3D | 3 | 65 | 5A | 43 |
| Octal | 220 | 367 | 140 | 52 | 0 | 75 | 3 | 145 | 132 | 103 |
| Binary | 10010000 | 11110111 | 1100000 | 101010 | 0 | 111101 | 11 | 1100101 | 1011010 | 1000011 |
Color Harmonies of #90F760
Complementary color
Monochromatic Colors of #90F760
Black with #90F760
Text Example
Text Example
White with #90F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F760; }
p { color: rgb(144,247,96); }
H1.HeaderClassName
{
color: #90F760;
}
.AnyTagClassName
{
color: #90F760;
}
</style>
background-color css
<style>
a { background-color: #90F760; }
a { background-color: rgb(144,247,96); }
div.DivClassName
{
background-color: #90F760;
}
.BgClassName
{
background-color: #90F760;
}
</style>
border-color css
<style>
span { border-color: #90F760; }
span { border-color: rgb(144,247,96); }
td.TdClassName
{
border-color: #90F760;
}
.TagClassName
{
border-color: #90F760;
}
</style>