Shades of Pastel Green #90EF60
Tints of Pastel Green #90EF60
RGB
CMYK
RGB Variations
Color information
#90EF60 (or 0x90EF60) is known color: Pastel Green. HEX triplet: 90, EF and 60. RGB value is (144,239,96). Sum of RGB (Red+Green+Blue) = 144+239+96=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #90EF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EF60 is #6F109F. Grayscale: #C2C2C2. Windows color (decimal): -7278752 or 6352784. OLE color: 6352784.
HSL color Cylindrical-coordinate representation of color #90EF60: hue angle of 99.86º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90EF60 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 96 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.06 |
| HSL | 99.86º | 0.82% | 0.66% | - |
| HSV(B) | 99.86º | 0.6% | 0.94% | - |
| XYZ | 44.48 | 68.51 | 21.95 | - |
| YUV | 194.29 | 72.53 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 96 | 0.40 | 0 | 0.60 | 0.06 | 99.86 | 0.82 | 0.66 |
| Hex | 90 | EF | 60 | 28 | 0 | 3C | 6 | 64 | 52 | 42 |
| Octal | 220 | 357 | 140 | 50 | 0 | 74 | 6 | 144 | 122 | 102 |
| Binary | 10010000 | 11101111 | 1100000 | 101000 | 0 | 111100 | 110 | 1100100 | 1010010 | 1000010 |
Color Harmonies of #90EF60
Complementary color
Monochromatic Colors of #90EF60
Black with #90EF60
Text Example
Text Example
White with #90EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EF60; }
p { color: rgb(144,239,96); }
H1.HeaderClassName
{
color: #90EF60;
}
.AnyTagClassName
{
color: #90EF60;
}
</style>
background-color css
<style>
a { background-color: #90EF60; }
a { background-color: rgb(144,239,96); }
div.DivClassName
{
background-color: #90EF60;
}
.BgClassName
{
background-color: #90EF60;
}
</style>
border-color css
<style>
span { border-color: #90EF60; }
span { border-color: rgb(144,239,96); }
td.TdClassName
{
border-color: #90EF60;
}
.TagClassName
{
border-color: #90EF60;
}
</style>