Shades of Pale Green #90FAAC
Tints of Pale Green #90FAAC
RGB
CMYK
RGB Variations
Color information
#90FAAC (or 0x90FAAC) is known color: Pale Green. HEX triplet: 90, FA and AC. RGB value is (144,250,172). Sum of RGB (Red+Green+Blue) = 144+250+172=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FAAC is #6F0553. Grayscale: #D1D1D1. Windows color (decimal): -7275860 or 11336336. OLE color: 11336336.
HSL color Cylindrical-coordinate representation of color #90FAAC: hue angle of 135.85º 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 #90FAAC is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 172 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.02 |
| HSL | 135.85º | 0.91% | 0.77% | - |
| HSV(B) | 135.85º | 0.42% | 0.98% | - |
| XYZ | 53.13 | 77.28 | 51.15 | - |
| YUV | 209.41 | 106.88 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 172 | 0.42 | 0 | 0.31 | 0.02 | 135.85 | 0.91 | 0.77 |
| Hex | 90 | FA | AC | 2A | 0 | 1F | 2 | 88 | 5B | 4D |
| Octal | 220 | 372 | 254 | 52 | 0 | 37 | 2 | 210 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10101100 | 101010 | 0 | 11111 | 10 | 10001000 | 1011011 | 1001101 |
Color Harmonies of #90FAAC
Complementary color
Monochromatic Colors of #90FAAC
Black with #90FAAC
Text Example
Text Example
White with #90FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAAC; }
p { color: rgb(144,250,172); }
H1.HeaderClassName
{
color: #90FAAC;
}
.AnyTagClassName
{
color: #90FAAC;
}
</style>
background-color css
<style>
a { background-color: #90FAAC; }
a { background-color: rgb(144,250,172); }
div.DivClassName
{
background-color: #90FAAC;
}
.BgClassName
{
background-color: #90FAAC;
}
</style>
border-color css
<style>
span { border-color: #90FAAC; }
span { border-color: rgb(144,250,172); }
td.TdClassName
{
border-color: #90FAAC;
}
.TagClassName
{
border-color: #90FAAC;
}
</style>