Shades of Pale Green #91FA9A
Tints of Pale Green #91FA9A
RGB
CMYK
RGB Variations
Color information
#91FA9A (or 0x91FA9A) is known color: Pale Green. HEX triplet: 91, FA and 9A. RGB value is (145,250,154). Sum of RGB (Red+Green+Blue) = 145+250+154=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FA9A is #6E0565. Grayscale: #CFCFCF. Windows color (decimal): -7210342 or 10156689. OLE color: 10156689.
HSL color Cylindrical-coordinate representation of color #91FA9A: hue angle of 125.14º 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 #91FA9A is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 154 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.02 |
| HSL | 125.14º | 0.91% | 0.77% | - |
| HSV(B) | 125.14º | 0.42% | 0.98% | - |
| XYZ | 51.7 | 76.72 | 42.66 | - |
| YUV | 207.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 154 | 0.42 | 0 | 0.38 | 0.02 | 125.14 | 0.91 | 0.77 |
| Hex | 91 | FA | 9A | 2A | 0 | 26 | 2 | 7D | 5B | 4D |
| Octal | 221 | 372 | 232 | 52 | 0 | 46 | 2 | 175 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10011010 | 101010 | 0 | 100110 | 10 | 1111101 | 1011011 | 1001101 |
Color Harmonies of #91FA9A
Complementary color
Monochromatic Colors of #91FA9A
Black with #91FA9A
Text Example
Text Example
White with #91FA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FA9A; }
p { color: rgb(145,250,154); }
H1.HeaderClassName
{
color: #91FA9A;
}
.AnyTagClassName
{
color: #91FA9A;
}
</style>
background-color css
<style>
a { background-color: #91FA9A; }
a { background-color: rgb(145,250,154); }
div.DivClassName
{
background-color: #91FA9A;
}
.BgClassName
{
background-color: #91FA9A;
}
</style>
border-color css
<style>
span { border-color: #91FA9A; }
span { border-color: rgb(145,250,154); }
td.TdClassName
{
border-color: #91FA9A;
}
.TagClassName
{
border-color: #91FA9A;
}
</style>