Shades of Pale Green #91FBA1
Tints of Pale Green #91FBA1
RGB
CMYK
RGB Variations
Color information
#91FBA1 (or 0x91FBA1) is known color: Pale Green. HEX triplet: 91, FB and A1. RGB value is (145,251,161). Sum of RGB (Red+Green+Blue) = 145+251+161=557 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.03% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FBA1 is #6E045E. Grayscale: #D1D1D1. Windows color (decimal): -7210079 or 10615697. OLE color: 10615697.
HSL color Cylindrical-coordinate representation of color #91FBA1: hue angle of 129.06º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FBA1 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 161 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.02 |
| HSL | 129.06º | 0.93% | 0.78% | - |
| HSV(B) | 129.06º | 0.42% | 0.98% | - |
| XYZ | 52.61 | 77.59 | 45.92 | - |
| YUV | 209.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 161 | 0.42 | 0 | 0.36 | 0.02 | 129.06 | 0.93 | 0.78 |
| Hex | 91 | FB | A1 | 2A | 0 | 24 | 2 | 81 | 5D | 4E |
| Octal | 221 | 373 | 241 | 52 | 0 | 44 | 2 | 201 | 135 | 116 |
| Binary | 10010001 | 11111011 | 10100001 | 101010 | 0 | 100100 | 10 | 10000001 | 1011101 | 1001110 |
Color Harmonies of #91FBA1
Complementary color
Monochromatic Colors of #91FBA1
Black with #91FBA1
Text Example
Text Example
White with #91FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBA1; }
p { color: rgb(145,251,161); }
H1.HeaderClassName
{
color: #91FBA1;
}
.AnyTagClassName
{
color: #91FBA1;
}
</style>
background-color css
<style>
a { background-color: #91FBA1; }
a { background-color: rgb(145,251,161); }
div.DivClassName
{
background-color: #91FBA1;
}
.BgClassName
{
background-color: #91FBA1;
}
</style>
border-color css
<style>
span { border-color: #91FBA1; }
span { border-color: rgb(145,251,161); }
td.TdClassName
{
border-color: #91FBA1;
}
.TagClassName
{
border-color: #91FBA1;
}
</style>