Shades of Pale Green #91FAA0
Tints of Pale Green #91FAA0
RGB
CMYK
RGB Variations
Color information
#91FAA0 (or 0x91FAA0) is known color: Pale Green. HEX triplet: 91, FA and A0. RGB value is (145,250,160). Sum of RGB (Red+Green+Blue) = 145+250+160=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FAA0 is #6E055F. Grayscale: #D0D0D0. Windows color (decimal): -7210336 or 10549905. OLE color: 10549905.
HSL color Cylindrical-coordinate representation of color #91FAA0: hue angle of 128.57º 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 #91FAA0 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 160 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.02 |
| HSL | 128.57º | 0.91% | 0.77% | - |
| HSV(B) | 128.57º | 0.42% | 0.98% | - |
| XYZ | 52.21 | 76.93 | 45.35 | - |
| YUV | 208.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 160 | 0.42 | 0 | 0.36 | 0.02 | 128.57 | 0.91 | 0.77 |
| Hex | 91 | FA | A0 | 2A | 0 | 24 | 2 | 81 | 5B | 4D |
| Octal | 221 | 372 | 240 | 52 | 0 | 44 | 2 | 201 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10100000 | 101010 | 0 | 100100 | 10 | 10000001 | 1011011 | 1001101 |
Color Harmonies of #91FAA0
Complementary color
Monochromatic Colors of #91FAA0
Black with #91FAA0
Text Example
Text Example
White with #91FAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAA0; }
p { color: rgb(145,250,160); }
H1.HeaderClassName
{
color: #91FAA0;
}
.AnyTagClassName
{
color: #91FAA0;
}
</style>
background-color css
<style>
a { background-color: #91FAA0; }
a { background-color: rgb(145,250,160); }
div.DivClassName
{
background-color: #91FAA0;
}
.BgClassName
{
background-color: #91FAA0;
}
</style>
border-color css
<style>
span { border-color: #91FAA0; }
span { border-color: rgb(145,250,160); }
td.TdClassName
{
border-color: #91FAA0;
}
.TagClassName
{
border-color: #91FAA0;
}
</style>