Shades of Pale Green #90F993
Tints of Pale Green #90F993
RGB
CMYK
RGB Variations
Color information
#90F993 (or 0x90F993) is known color: Pale Green. HEX triplet: 90, F9 and 93. RGB value is (144,249,147). Sum of RGB (Red+Green+Blue) = 144+249+147=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #90F993 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F993 is #6F066C. Grayscale: #CECECE. Windows color (decimal): -7276141 or 9697680. OLE color: 9697680.
HSL color Cylindrical-coordinate representation of color #90F993: hue angle of 121.71º degrees, saturation: 0.9, 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 #90F993 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 249 | 147 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.02 |
| HSL | 121.71º | 0.9% | 0.77% | - |
| HSV(B) | 121.71º | 0.42% | 0.98% | - |
| XYZ | 50.64 | 75.79 | 39.56 | - |
| YUV | 205.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 249 | 147 | 0.42 | 0 | 0.41 | 0.02 | 121.71 | 0.9 | 0.77 |
| Hex | 90 | F9 | 93 | 2A | 0 | 29 | 2 | 7A | 5A | 4D |
| Octal | 220 | 371 | 223 | 52 | 0 | 51 | 2 | 172 | 132 | 115 |
| Binary | 10010000 | 11111001 | 10010011 | 101010 | 0 | 101001 | 10 | 1111010 | 1011010 | 1001101 |
Color Harmonies of #90F993
Complementary color
Monochromatic Colors of #90F993
Black with #90F993
Text Example
Text Example
White with #90F993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F993; }
p { color: rgb(144,249,147); }
H1.HeaderClassName
{
color: #90F993;
}
.AnyTagClassName
{
color: #90F993;
}
</style>
background-color css
<style>
a { background-color: #90F993; }
a { background-color: rgb(144,249,147); }
div.DivClassName
{
background-color: #90F993;
}
.BgClassName
{
background-color: #90F993;
}
</style>
border-color css
<style>
span { border-color: #90F993; }
span { border-color: rgb(144,249,147); }
td.TdClassName
{
border-color: #90F993;
}
.TagClassName
{
border-color: #90F993;
}
</style>