Shades of Pale Green #91F992
Tints of Pale Green #91F992
RGB
CMYK
RGB Variations
Color information
#91F992 (or 0x91F992) is known color: Pale Green. HEX triplet: 91, F9 and 92. RGB value is (145,249,146). Sum of RGB (Red+Green+Blue) = 145+249+146=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #91F992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91F992 is #6E066D. Grayscale: #CECECE. Windows color (decimal): -7210606 or 9632145. OLE color: 9632145.
HSL color Cylindrical-coordinate representation of color #91F992: hue angle of 120.58º degrees, saturation: 0.9, 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 #91F992 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 249 | 146 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.02 |
| HSL | 120.58º | 0.9% | 0.77% | - |
| HSV(B) | 120.58º | 0.42% | 0.98% | - |
| XYZ | 50.74 | 75.85 | 39.16 | - |
| YUV | 206.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 249 | 146 | 0.42 | 0 | 0.41 | 0.02 | 120.58 | 0.9 | 0.77 |
| Hex | 91 | F9 | 92 | 2A | 0 | 29 | 2 | 79 | 5A | 4D |
| Octal | 221 | 371 | 222 | 52 | 0 | 51 | 2 | 171 | 132 | 115 |
| Binary | 10010001 | 11111001 | 10010010 | 101010 | 0 | 101001 | 10 | 1111001 | 1011010 | 1001101 |
Color Harmonies of #91F992
Complementary color
Monochromatic Colors of #91F992
Black with #91F992
Text Example
Text Example
White with #91F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F992; }
p { color: rgb(145,249,146); }
H1.HeaderClassName
{
color: #91F992;
}
.AnyTagClassName
{
color: #91F992;
}
</style>
background-color css
<style>
a { background-color: #91F992; }
a { background-color: rgb(145,249,146); }
div.DivClassName
{
background-color: #91F992;
}
.BgClassName
{
background-color: #91F992;
}
</style>
border-color css
<style>
span { border-color: #91F992; }
span { border-color: rgb(145,249,146); }
td.TdClassName
{
border-color: #91F992;
}
.TagClassName
{
border-color: #91F992;
}
</style>