Shades of Pale Green #90FBA5
Tints of Pale Green #90FBA5
RGB
CMYK
RGB Variations
Color information
#90FBA5 (or 0x90FBA5) is known color: Pale Green. HEX triplet: 90, FB and A5. RGB value is (144,251,165). Sum of RGB (Red+Green+Blue) = 144+251+165=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FBA5 is #6F045A. Grayscale: #D1D1D1. Windows color (decimal): -7275611 or 10877840. OLE color: 10877840.
HSL color Cylindrical-coordinate representation of color #90FBA5: hue angle of 131.78º 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 #90FBA5 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 165 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.02 |
| HSL | 131.78º | 0.93% | 0.77% | - |
| HSV(B) | 131.78º | 0.43% | 0.98% | - |
| XYZ | 52.79 | 77.64 | 47.8 | - |
| YUV | 209.2 | 103.05 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 165 | 0.43 | 0 | 0.34 | 0.02 | 131.78 | 0.93 | 0.77 |
| Hex | 90 | FB | A5 | 2B | 0 | 22 | 2 | 84 | 5D | 4D |
| Octal | 220 | 373 | 245 | 53 | 0 | 42 | 2 | 204 | 135 | 115 |
| Binary | 10010000 | 11111011 | 10100101 | 101011 | 0 | 100010 | 10 | 10000100 | 1011101 | 1001101 |
Color Harmonies of #90FBA5
Complementary color
Monochromatic Colors of #90FBA5
Black with #90FBA5
Text Example
Text Example
White with #90FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBA5; }
p { color: rgb(144,251,165); }
H1.HeaderClassName
{
color: #90FBA5;
}
.AnyTagClassName
{
color: #90FBA5;
}
</style>
background-color css
<style>
a { background-color: #90FBA5; }
a { background-color: rgb(144,251,165); }
div.DivClassName
{
background-color: #90FBA5;
}
.BgClassName
{
background-color: #90FBA5;
}
</style>
border-color css
<style>
span { border-color: #90FBA5; }
span { border-color: rgb(144,251,165); }
td.TdClassName
{
border-color: #90FBA5;
}
.TagClassName
{
border-color: #90FBA5;
}
</style>