Shades of Pale Green #90FBA0
Tints of Pale Green #90FBA0
RGB
CMYK
RGB Variations
Color information
#90FBA0 (or 0x90FBA0) is known color: Pale Green. HEX triplet: 90, FB and A0. RGB value is (144,251,160). Sum of RGB (Red+Green+Blue) = 144+251+160=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FBA0 is #6F045F. Grayscale: #D0D0D0. Windows color (decimal): -7275616 or 10550160. OLE color: 10550160.
HSL color Cylindrical-coordinate representation of color #90FBA0: hue angle of 128.97º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBA0 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 160 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.02 |
| HSL | 128.97º | 0.93% | 0.77% | - |
| HSV(B) | 128.97º | 0.43% | 0.98% | - |
| XYZ | 52.34 | 77.46 | 45.45 | - |
| YUV | 208.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 160 | 0.43 | 0 | 0.36 | 0.02 | 128.97 | 0.93 | 0.77 |
| Hex | 90 | FB | A0 | 2B | 0 | 24 | 2 | 81 | 5D | 4D |
| Octal | 220 | 373 | 240 | 53 | 0 | 44 | 2 | 201 | 135 | 115 |
| Binary | 10010000 | 11111011 | 10100000 | 101011 | 0 | 100100 | 10 | 10000001 | 1011101 | 1001101 |
Color Harmonies of #90FBA0
Complementary color
Monochromatic Colors of #90FBA0
Black with #90FBA0
Text Example
Text Example
White with #90FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBA0; }
p { color: rgb(144,251,160); }
H1.HeaderClassName
{
color: #90FBA0;
}
.AnyTagClassName
{
color: #90FBA0;
}
</style>
background-color css
<style>
a { background-color: #90FBA0; }
a { background-color: rgb(144,251,160); }
div.DivClassName
{
background-color: #90FBA0;
}
.BgClassName
{
background-color: #90FBA0;
}
</style>
border-color css
<style>
span { border-color: #90FBA0; }
span { border-color: rgb(144,251,160); }
td.TdClassName
{
border-color: #90FBA0;
}
.TagClassName
{
border-color: #90FBA0;
}
</style>