Shades of Pale Green #91FAA5
Tints of Pale Green #91FAA5
RGB
CMYK
RGB Variations
Color information
#91FAA5 (or 0x91FAA5) is known color: Pale Green. HEX triplet: 91, FA and A5. RGB value is (145,250,165). Sum of RGB (Red+Green+Blue) = 145+250+165=560 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.89% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FAA5 is #6E055A. Grayscale: #D1D1D1. Windows color (decimal): -7210331 or 10877585. OLE color: 10877585.
HSL color Cylindrical-coordinate representation of color #91FAA5: hue angle of 131.43º 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 #91FAA5 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 165 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.02 |
| HSL | 131.43º | 0.91% | 0.77% | - |
| HSV(B) | 131.43º | 0.42% | 0.98% | - |
| XYZ | 52.65 | 77.11 | 47.71 | - |
| YUV | 208.92 | 103.21 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 165 | 0.42 | 0 | 0.34 | 0.02 | 131.43 | 0.91 | 0.77 |
| Hex | 91 | FA | A5 | 2A | 0 | 22 | 2 | 83 | 5B | 4D |
| Octal | 221 | 372 | 245 | 52 | 0 | 42 | 2 | 203 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10100101 | 101010 | 0 | 100010 | 10 | 10000011 | 1011011 | 1001101 |
Color Harmonies of #91FAA5
Complementary color
Monochromatic Colors of #91FAA5
Black with #91FAA5
Text Example
Text Example
White with #91FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAA5; }
p { color: rgb(145,250,165); }
H1.HeaderClassName
{
color: #91FAA5;
}
.AnyTagClassName
{
color: #91FAA5;
}
</style>
background-color css
<style>
a { background-color: #91FAA5; }
a { background-color: rgb(145,250,165); }
div.DivClassName
{
background-color: #91FAA5;
}
.BgClassName
{
background-color: #91FAA5;
}
</style>
border-color css
<style>
span { border-color: #91FAA5; }
span { border-color: rgb(145,250,165); }
td.TdClassName
{
border-color: #91FAA5;
}
.TagClassName
{
border-color: #91FAA5;
}
</style>