Shades of Pale Green #90FAAF
Tints of Pale Green #90FAAF
RGB
CMYK
RGB Variations
Color information
#90FAAF (or 0x90FAAF) is known color: Pale Green. HEX triplet: 90, FA and AF. RGB value is (144,250,175). Sum of RGB (Red+Green+Blue) = 144+250+175=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FAAF is #6F0550. Grayscale: #D1D1D1. Windows color (decimal): -7275857 or 11532944. OLE color: 11532944.
HSL color Cylindrical-coordinate representation of color #90FAAF: hue angle of 137.55º 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 #90FAAF is Cyan = 0.42, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 175 | - |
| CMYK | 0.42 | 0 | 0.3 | 0.02 |
| HSL | 137.55º | 0.91% | 0.77% | - |
| HSV(B) | 137.55º | 0.42% | 0.98% | - |
| XYZ | 53.43 | 77.4 | 52.68 | - |
| YUV | 209.76 | 108.38 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 175 | 0.42 | 0 | 0.3 | 0.02 | 137.55 | 0.91 | 0.77 |
| Hex | 90 | FA | AF | 2A | 0 | 1E | 2 | 8A | 5B | 4D |
| Octal | 220 | 372 | 257 | 52 | 0 | 36 | 2 | 212 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10101111 | 101010 | 0 | 11110 | 10 | 10001010 | 1011011 | 1001101 |
Color Harmonies of #90FAAF
Complementary color
Monochromatic Colors of #90FAAF
Black with #90FAAF
Text Example
Text Example
White with #90FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAAF; }
p { color: rgb(144,250,175); }
H1.HeaderClassName
{
color: #90FAAF;
}
.AnyTagClassName
{
color: #90FAAF;
}
</style>
background-color css
<style>
a { background-color: #90FAAF; }
a { background-color: rgb(144,250,175); }
div.DivClassName
{
background-color: #90FAAF;
}
.BgClassName
{
background-color: #90FAAF;
}
</style>
border-color css
<style>
span { border-color: #90FAAF; }
span { border-color: rgb(144,250,175); }
td.TdClassName
{
border-color: #90FAAF;
}
.TagClassName
{
border-color: #90FAAF;
}
</style>