Shades of Pale Green #90FAB2
Tints of Pale Green #90FAB2
RGB
CMYK
RGB Variations
Color information
#90FAB2 (or 0x90FAB2) is known color: Pale Green. HEX triplet: 90, FA and B2. RGB value is (144,250,178). Sum of RGB (Red+Green+Blue) = 144+250+178=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FAB2 is #6F054D. Grayscale: #D2D2D2. Windows color (decimal): -7275854 or 11729552. OLE color: 11729552.
HSL color Cylindrical-coordinate representation of color #90FAB2: hue angle of 139.25º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAB2 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 178 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.02 |
| HSL | 139.25º | 0.91% | 0.77% | - |
| HSV(B) | 139.25º | 0.42% | 0.98% | - |
| XYZ | 53.72 | 77.51 | 54.25 | - |
| YUV | 210.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 178 | 0.42 | 0 | 0.29 | 0.02 | 139.25 | 0.91 | 0.77 |
| Hex | 90 | FA | B2 | 2A | 0 | 1D | 2 | 8B | 5B | 4D |
| Octal | 220 | 372 | 262 | 52 | 0 | 35 | 2 | 213 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10110010 | 101010 | 0 | 11101 | 10 | 10001011 | 1011011 | 1001101 |
Color Harmonies of #90FAB2
Complementary color
Monochromatic Colors of #90FAB2
Black with #90FAB2
Text Example
Text Example
White with #90FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAB2; }
p { color: rgb(144,250,178); }
H1.HeaderClassName
{
color: #90FAB2;
}
.AnyTagClassName
{
color: #90FAB2;
}
</style>
background-color css
<style>
a { background-color: #90FAB2; }
a { background-color: rgb(144,250,178); }
div.DivClassName
{
background-color: #90FAB2;
}
.BgClassName
{
background-color: #90FAB2;
}
</style>
border-color css
<style>
span { border-color: #90FAB2; }
span { border-color: rgb(144,250,178); }
td.TdClassName
{
border-color: #90FAB2;
}
.TagClassName
{
border-color: #90FAB2;
}
</style>