Shades of Pale Green #90F7A2
Tints of Pale Green #90F7A2
RGB
CMYK
RGB Variations
Color information
#90F7A2 (or 0x90F7A2) is known color: Pale Green. HEX triplet: 90, F7 and A2. RGB value is (144,247,162). Sum of RGB (Red+Green+Blue) = 144+247+162=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #90F7A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F7A2 is #6F085D. Grayscale: #CECECE. Windows color (decimal): -7276638 or 10680208. OLE color: 10680208.
HSL color Cylindrical-coordinate representation of color #90F7A2: hue angle of 130.49º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F7A2 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 162 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.03 |
| HSL | 130.49º | 0.87% | 0.77% | - |
| HSV(B) | 130.49º | 0.42% | 0.97% | - |
| XYZ | 51.28 | 75.06 | 45.97 | - |
| YUV | 206.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 162 | 0.42 | 0 | 0.34 | 0.03 | 130.49 | 0.87 | 0.77 |
| Hex | 90 | F7 | A2 | 2A | 0 | 22 | 3 | 82 | 57 | 4D |
| Octal | 220 | 367 | 242 | 52 | 0 | 42 | 3 | 202 | 127 | 115 |
| Binary | 10010000 | 11110111 | 10100010 | 101010 | 0 | 100010 | 11 | 10000010 | 1010111 | 1001101 |
Color Harmonies of #90F7A2
Complementary color
Monochromatic Colors of #90F7A2
Black with #90F7A2
Text Example
Text Example
White with #90F7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F7A2; }
p { color: rgb(144,247,162); }
H1.HeaderClassName
{
color: #90F7A2;
}
.AnyTagClassName
{
color: #90F7A2;
}
</style>
background-color css
<style>
a { background-color: #90F7A2; }
a { background-color: rgb(144,247,162); }
div.DivClassName
{
background-color: #90F7A2;
}
.BgClassName
{
background-color: #90F7A2;
}
</style>
border-color css
<style>
span { border-color: #90F7A2; }
span { border-color: rgb(144,247,162); }
td.TdClassName
{
border-color: #90F7A2;
}
.TagClassName
{
border-color: #90F7A2;
}
</style>