Shades of Pale Green #91FA92
Tints of Pale Green #91FA92
RGB
CMYK
RGB Variations
Color information
#91FA92 (or 0x91FA92) is known color: Pale Green. HEX triplet: 91, FA and 92. RGB value is (145,250,146). Sum of RGB (Red+Green+Blue) = 145+250+146=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FA92 is #6E056D. Grayscale: #CFCFCF. Windows color (decimal): -7210350 or 9632401. OLE color: 9632401.
HSL color Cylindrical-coordinate representation of color #91FA92: hue angle of 120.57º 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 #91FA92 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 146 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.02 |
| HSL | 120.57º | 0.91% | 0.77% | - |
| HSV(B) | 120.57º | 0.42% | 0.98% | - |
| XYZ | 51.05 | 76.47 | 39.26 | - |
| YUV | 206.75 | 93.71 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 146 | 0.42 | 0 | 0.42 | 0.02 | 120.57 | 0.91 | 0.77 |
| Hex | 91 | FA | 92 | 2A | 0 | 2A | 2 | 79 | 5B | 4D |
| Octal | 221 | 372 | 222 | 52 | 0 | 52 | 2 | 171 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10010010 | 101010 | 0 | 101010 | 10 | 1111001 | 1011011 | 1001101 |
Color Harmonies of #91FA92
Complementary color
Monochromatic Colors of #91FA92
Black with #91FA92
Text Example
Text Example
White with #91FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FA92; }
p { color: rgb(145,250,146); }
H1.HeaderClassName
{
color: #91FA92;
}
.AnyTagClassName
{
color: #91FA92;
}
</style>
background-color css
<style>
a { background-color: #91FA92; }
a { background-color: rgb(145,250,146); }
div.DivClassName
{
background-color: #91FA92;
}
.BgClassName
{
background-color: #91FA92;
}
</style>
border-color css
<style>
span { border-color: #91FA92; }
span { border-color: rgb(145,250,146); }
td.TdClassName
{
border-color: #91FA92;
}
.TagClassName
{
border-color: #91FA92;
}
</style>