Shades of Pale Green #90FA91
Tints of Pale Green #90FA91
RGB
CMYK
RGB Variations
Color information
#90FA91 (or 0x90FA91) is known color: Pale Green. HEX triplet: 90, FA and 91. RGB value is (144,250,145). Sum of RGB (Red+Green+Blue) = 144+250+145=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FA91 is #6F056E. Grayscale: #CECECE. Windows color (decimal): -7275887 or 9566864. OLE color: 9566864.
HSL color Cylindrical-coordinate representation of color #90FA91: hue angle of 120.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FA91 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 145 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.02 |
| HSL | 120.57º | 0.91% | 0.77% | - |
| HSV(B) | 120.57º | 0.42% | 0.98% | - |
| XYZ | 50.8 | 76.34 | 38.85 | - |
| YUV | 206.34 | 93.38 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 145 | 0.42 | 0 | 0.42 | 0.02 | 120.57 | 0.91 | 0.77 |
| Hex | 90 | FA | 91 | 2A | 0 | 2A | 2 | 79 | 5B | 4D |
| Octal | 220 | 372 | 221 | 52 | 0 | 52 | 2 | 171 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10010001 | 101010 | 0 | 101010 | 10 | 1111001 | 1011011 | 1001101 |
Color Harmonies of #90FA91
Complementary color
Monochromatic Colors of #90FA91
Black with #90FA91
Text Example
Text Example
White with #90FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FA91; }
p { color: rgb(144,250,145); }
H1.HeaderClassName
{
color: #90FA91;
}
.AnyTagClassName
{
color: #90FA91;
}
</style>
background-color css
<style>
a { background-color: #90FA91; }
a { background-color: rgb(144,250,145); }
div.DivClassName
{
background-color: #90FA91;
}
.BgClassName
{
background-color: #90FA91;
}
</style>
border-color css
<style>
span { border-color: #90FA91; }
span { border-color: rgb(144,250,145); }
td.TdClassName
{
border-color: #90FA91;
}
.TagClassName
{
border-color: #90FA91;
}
</style>