Shades of Pale Green #91F0A4
Tints of Pale Green #91F0A4
RGB
CMYK
RGB Variations
Color information
#91F0A4 (or 0x91F0A4) is known color: Pale Green. HEX triplet: 91, F0 and A4. RGB value is (145,240,164). Sum of RGB (Red+Green+Blue) = 145+240+164=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #91F0A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91F0A4 is #6E0F5B. Grayscale: #CBCBCB. Windows color (decimal): -7212892 or 10809489. OLE color: 10809489.
HSL color Cylindrical-coordinate representation of color #91F0A4: hue angle of 132º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F0A4 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 240 | 164 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.06 |
| HSL | 132º | 0.76% | 0.75% | - |
| HSV(B) | 132º | 0.4% | 0.94% | - |
| XYZ | 49.54 | 71.02 | 46.22 | - |
| YUV | 202.93 | 106.03 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 164 | 0.40 | 0 | 0.32 | 0.06 | 132 | 0.76 | 0.75 |
| Hex | 91 | F0 | A4 | 28 | 0 | 20 | 6 | 84 | 4C | 4B |
| Octal | 221 | 360 | 244 | 50 | 0 | 40 | 6 | 204 | 114 | 113 |
| Binary | 10010001 | 11110000 | 10100100 | 101000 | 0 | 100000 | 110 | 10000100 | 1001100 | 1001011 |
Color Harmonies of #91F0A4
Complementary color
Monochromatic Colors of #91F0A4
Black with #91F0A4
Text Example
Text Example
White with #91F0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F0A4; }
p { color: rgb(145,240,164); }
H1.HeaderClassName
{
color: #91F0A4;
}
.AnyTagClassName
{
color: #91F0A4;
}
</style>
background-color css
<style>
a { background-color: #91F0A4; }
a { background-color: rgb(145,240,164); }
div.DivClassName
{
background-color: #91F0A4;
}
.BgClassName
{
background-color: #91F0A4;
}
</style>
border-color css
<style>
span { border-color: #91F0A4; }
span { border-color: rgb(145,240,164); }
td.TdClassName
{
border-color: #91F0A4;
}
.TagClassName
{
border-color: #91F0A4;
}
</style>