Shades of Pale Green #91FA8F
Tints of Pale Green #91FA8F
RGB
CMYK
RGB Variations
Color information
#91FA8F (or 0x91FA8F) is known color: Pale Green. HEX triplet: 91, FA and 8F. RGB value is (145,250,143). Sum of RGB (Red+Green+Blue) = 145+250+143=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FA8F is #6E0570. Grayscale: #CECECE. Windows color (decimal): -7210353 or 9435793. OLE color: 9435793.
HSL color Cylindrical-coordinate representation of color #91FA8F: hue angle of 118.88º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FA8F is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 143 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.02 |
| HSL | 118.88º | 0.91% | 0.77% | - |
| HSV(B) | 118.88º | 0.43% | 0.98% | - |
| XYZ | 50.82 | 76.37 | 38.05 | - |
| YUV | 206.41 | 92.21 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 143 | 0.42 | 0 | 0.43 | 0.02 | 118.88 | 0.91 | 0.77 |
| Hex | 91 | FA | 8F | 2A | 0 | 2B | 2 | 77 | 5B | 4D |
| Octal | 221 | 372 | 217 | 52 | 0 | 53 | 2 | 167 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10001111 | 101010 | 0 | 101011 | 10 | 1110111 | 1011011 | 1001101 |
Color Harmonies of #91FA8F
Complementary color
Monochromatic Colors of #91FA8F
Black with #91FA8F
Text Example
Text Example
White with #91FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FA8F; }
p { color: rgb(145,250,143); }
H1.HeaderClassName
{
color: #91FA8F;
}
.AnyTagClassName
{
color: #91FA8F;
}
</style>
background-color css
<style>
a { background-color: #91FA8F; }
a { background-color: rgb(145,250,143); }
div.DivClassName
{
background-color: #91FA8F;
}
.BgClassName
{
background-color: #91FA8F;
}
</style>
border-color css
<style>
span { border-color: #91FA8F; }
span { border-color: rgb(145,250,143); }
td.TdClassName
{
border-color: #91FA8F;
}
.TagClassName
{
border-color: #91FA8F;
}
</style>