Shades of Pale Green #90FBAC
Tints of Pale Green #90FBAC
RGB
CMYK
RGB Variations
Color information
#90FBAC (or 0x90FBAC) is known color: Pale Green. HEX triplet: 90, FB and AC. RGB value is (144,251,172). Sum of RGB (Red+Green+Blue) = 144+251+172=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FBAC is #6F0453. Grayscale: #D2D2D2. Windows color (decimal): -7275604 or 11336592. OLE color: 11336592.
HSL color Cylindrical-coordinate representation of color #90FBAC: hue angle of 135.7º 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 #90FBAC is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 172 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.02 |
| HSL | 135.7º | 0.93% | 0.77% | - |
| HSV(B) | 135.7º | 0.43% | 0.98% | - |
| XYZ | 53.45 | 77.9 | 51.25 | - |
| YUV | 210 | 106.55 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 172 | 0.43 | 0 | 0.31 | 0.02 | 135.7 | 0.93 | 0.77 |
| Hex | 90 | FB | AC | 2B | 0 | 1F | 2 | 88 | 5D | 4D |
| Octal | 220 | 373 | 254 | 53 | 0 | 37 | 2 | 210 | 135 | 115 |
| Binary | 10010000 | 11111011 | 10101100 | 101011 | 0 | 11111 | 10 | 10001000 | 1011101 | 1001101 |
Color Harmonies of #90FBAC
Complementary color
Monochromatic Colors of #90FBAC
Black with #90FBAC
Text Example
Text Example
White with #90FBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBAC; }
p { color: rgb(144,251,172); }
H1.HeaderClassName
{
color: #90FBAC;
}
.AnyTagClassName
{
color: #90FBAC;
}
</style>
background-color css
<style>
a { background-color: #90FBAC; }
a { background-color: rgb(144,251,172); }
div.DivClassName
{
background-color: #90FBAC;
}
.BgClassName
{
background-color: #90FBAC;
}
</style>
border-color css
<style>
span { border-color: #90FBAC; }
span { border-color: rgb(144,251,172); }
td.TdClassName
{
border-color: #90FBAC;
}
.TagClassName
{
border-color: #90FBAC;
}
</style>