Shades of Pastel Green #90F163
Tints of Pastel Green #90F163
RGB
CMYK
RGB Variations
Color information
#90F163 (or 0x90F163) is known color: Pastel Green. HEX triplet: 90, F1 and 63. RGB value is (144,241,99). Sum of RGB (Red+Green+Blue) = 144+241+99=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #90F163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F163 is #6F0E9C. Grayscale: #C4C4C4. Windows color (decimal): -7278237 or 6549904. OLE color: 6549904.
HSL color Cylindrical-coordinate representation of color #90F163: hue angle of 100.99º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90F163 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 241 | 99 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.05 |
| HSL | 100.99º | 0.84% | 0.67% | - |
| HSV(B) | 100.99º | 0.59% | 0.95% | - |
| XYZ | 45.21 | 69.74 | 22.88 | - |
| YUV | 195.81 | 73.36 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 241 | 99 | 0.40 | 0 | 0.59 | 0.05 | 100.99 | 0.84 | 0.67 |
| Hex | 90 | F1 | 63 | 28 | 0 | 3B | 5 | 65 | 54 | 43 |
| Octal | 220 | 361 | 143 | 50 | 0 | 73 | 5 | 145 | 124 | 103 |
| Binary | 10010000 | 11110001 | 1100011 | 101000 | 0 | 111011 | 101 | 1100101 | 1010100 | 1000011 |
Color Harmonies of #90F163
Complementary color
Monochromatic Colors of #90F163
Black with #90F163
Text Example
Text Example
White with #90F163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F163; }
p { color: rgb(144,241,99); }
H1.HeaderClassName
{
color: #90F163;
}
.AnyTagClassName
{
color: #90F163;
}
</style>
background-color css
<style>
a { background-color: #90F163; }
a { background-color: rgb(144,241,99); }
div.DivClassName
{
background-color: #90F163;
}
.BgClassName
{
background-color: #90F163;
}
</style>
border-color css
<style>
span { border-color: #90F163; }
span { border-color: rgb(144,241,99); }
td.TdClassName
{
border-color: #90F163;
}
.TagClassName
{
border-color: #90F163;
}
</style>