Shades of Pale Green #90FBAB
Tints of Pale Green #90FBAB
RGB
CMYK
RGB Variations
Color information
#90FBAB (or 0x90FBAB) is known color: Pale Green. HEX triplet: 90, FB and AB. RGB value is (144,251,171). Sum of RGB (Red+Green+Blue) = 144+251+171=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FBAB is #6F0454. Grayscale: #D2D2D2. Windows color (decimal): -7275605 or 11271056. OLE color: 11271056.
HSL color Cylindrical-coordinate representation of color #90FBAB: hue angle of 135.14º 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 #90FBAB is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 171 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.02 |
| HSL | 135.14º | 0.93% | 0.77% | - |
| HSV(B) | 135.14º | 0.43% | 0.98% | - |
| XYZ | 53.35 | 77.86 | 50.75 | - |
| YUV | 209.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 171 | 0.43 | 0 | 0.32 | 0.02 | 135.14 | 0.93 | 0.77 |
| Hex | 90 | FB | AB | 2B | 0 | 20 | 2 | 87 | 5D | 4D |
| Octal | 220 | 373 | 253 | 53 | 0 | 40 | 2 | 207 | 135 | 115 |
| Binary | 10010000 | 11111011 | 10101011 | 101011 | 0 | 100000 | 10 | 10000111 | 1011101 | 1001101 |
Color Harmonies of #90FBAB
Complementary color
Monochromatic Colors of #90FBAB
Black with #90FBAB
Text Example
Text Example
White with #90FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBAB; }
p { color: rgb(144,251,171); }
H1.HeaderClassName
{
color: #90FBAB;
}
.AnyTagClassName
{
color: #90FBAB;
}
</style>
background-color css
<style>
a { background-color: #90FBAB; }
a { background-color: rgb(144,251,171); }
div.DivClassName
{
background-color: #90FBAB;
}
.BgClassName
{
background-color: #90FBAB;
}
</style>
border-color css
<style>
span { border-color: #90FBAB; }
span { border-color: rgb(144,251,171); }
td.TdClassName
{
border-color: #90FBAB;
}
.TagClassName
{
border-color: #90FBAB;
}
</style>