Shades of Pale Green #90FB96
Tints of Pale Green #90FB96
RGB
CMYK
RGB Variations
Color information
#90FB96 (or 0x90FB96) is known color: Pale Green. HEX triplet: 90, FB and 96. RGB value is (144,251,150). Sum of RGB (Red+Green+Blue) = 144+251+150=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #90FB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FB96 is #6F0469. Grayscale: #CFCFCF. Windows color (decimal): -7275626 or 9894800. OLE color: 9894800.
HSL color Cylindrical-coordinate representation of color #90FB96: hue angle of 123.36º 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 #90FB96 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 150 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.02 |
| HSL | 123.36º | 0.93% | 0.77% | - |
| HSV(B) | 123.36º | 0.43% | 0.98% | - |
| XYZ | 51.5 | 77.13 | 41.03 | - |
| YUV | 207.49 | 95.55 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 150 | 0.43 | 0 | 0.40 | 0.02 | 123.36 | 0.93 | 0.77 |
| Hex | 90 | FB | 96 | 2B | 0 | 28 | 2 | 7B | 5D | 4D |
| Octal | 220 | 373 | 226 | 53 | 0 | 50 | 2 | 173 | 135 | 115 |
| Binary | 10010000 | 11111011 | 10010110 | 101011 | 0 | 101000 | 10 | 1111011 | 1011101 | 1001101 |
Color Harmonies of #90FB96
Complementary color
Monochromatic Colors of #90FB96
Black with #90FB96
Text Example
Text Example
White with #90FB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FB96; }
p { color: rgb(144,251,150); }
H1.HeaderClassName
{
color: #90FB96;
}
.AnyTagClassName
{
color: #90FB96;
}
</style>
background-color css
<style>
a { background-color: #90FB96; }
a { background-color: rgb(144,251,150); }
div.DivClassName
{
background-color: #90FB96;
}
.BgClassName
{
background-color: #90FB96;
}
</style>
border-color css
<style>
span { border-color: #90FB96; }
span { border-color: rgb(144,251,150); }
td.TdClassName
{
border-color: #90FB96;
}
.TagClassName
{
border-color: #90FB96;
}
</style>