Shades of Pale Green #91FCAB
Tints of Pale Green #91FCAB
RGB
CMYK
RGB Variations
Color information
#91FCAB (or 0x91FCAB) is known color: Pale Green. HEX triplet: 91, FC and AB. RGB value is (145,252,171). Sum of RGB (Red+Green+Blue) = 145+252+171=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #91FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FCAB is #6E0354. Grayscale: #D2D2D2. Windows color (decimal): -7209813 or 11271313. OLE color: 11271313.
HSL color Cylindrical-coordinate representation of color #91FCAB: hue angle of 134.58º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FCAB is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 252 | 171 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.01 |
| HSL | 134.58º | 0.95% | 0.78% | - |
| HSV(B) | 134.58º | 0.42% | 0.99% | - |
| XYZ | 53.84 | 78.58 | 50.86 | - |
| YUV | 210.77 | 105.55 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 252 | 171 | 0.42 | 0 | 0.32 | 0.01 | 134.58 | 0.95 | 0.78 |
| Hex | 91 | FC | AB | 2A | 0 | 20 | 1 | 87 | 5F | 4E |
| Octal | 221 | 374 | 253 | 52 | 0 | 40 | 1 | 207 | 137 | 116 |
| Binary | 10010001 | 11111100 | 10101011 | 101010 | 0 | 100000 | 1 | 10000111 | 1011111 | 1001110 |
Color Harmonies of #91FCAB
Complementary color
Monochromatic Colors of #91FCAB
Black with #91FCAB
Text Example
Text Example
White with #91FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FCAB; }
p { color: rgb(145,252,171); }
H1.HeaderClassName
{
color: #91FCAB;
}
.AnyTagClassName
{
color: #91FCAB;
}
</style>
background-color css
<style>
a { background-color: #91FCAB; }
a { background-color: rgb(145,252,171); }
div.DivClassName
{
background-color: #91FCAB;
}
.BgClassName
{
background-color: #91FCAB;
}
</style>
border-color css
<style>
span { border-color: #91FCAB; }
span { border-color: rgb(145,252,171); }
td.TdClassName
{
border-color: #91FCAB;
}
.TagClassName
{
border-color: #91FCAB;
}
</style>