Shades of Pale Green #91FAA6
Tints of Pale Green #91FAA6
RGB
CMYK
RGB Variations
Color information
#91FAA6 (or 0x91FAA6) is known color: Pale Green. HEX triplet: 91, FA and A6. RGB value is (145,250,166). Sum of RGB (Red+Green+Blue) = 145+250+166=561 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.85% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FAA6 is #6E0559. Grayscale: #D1D1D1. Windows color (decimal): -7210330 or 10943121. OLE color: 10943121.
HSL color Cylindrical-coordinate representation of color #91FAA6: hue angle of 132º 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 #91FAA6 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 166 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.02 |
| HSL | 132º | 0.91% | 0.77% | - |
| HSV(B) | 132º | 0.42% | 0.98% | - |
| XYZ | 52.75 | 77.14 | 48.19 | - |
| YUV | 209.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 166 | 0.42 | 0 | 0.34 | 0.02 | 132 | 0.91 | 0.77 |
| Hex | 91 | FA | A6 | 2A | 0 | 22 | 2 | 84 | 5B | 4D |
| Octal | 221 | 372 | 246 | 52 | 0 | 42 | 2 | 204 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10100110 | 101010 | 0 | 100010 | 10 | 10000100 | 1011011 | 1001101 |
Color Harmonies of #91FAA6
Complementary color
Monochromatic Colors of #91FAA6
Black with #91FAA6
Text Example
Text Example
White with #91FAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAA6; }
p { color: rgb(145,250,166); }
H1.HeaderClassName
{
color: #91FAA6;
}
.AnyTagClassName
{
color: #91FAA6;
}
</style>
background-color css
<style>
a { background-color: #91FAA6; }
a { background-color: rgb(145,250,166); }
div.DivClassName
{
background-color: #91FAA6;
}
.BgClassName
{
background-color: #91FAA6;
}
</style>
border-color css
<style>
span { border-color: #91FAA6; }
span { border-color: rgb(145,250,166); }
td.TdClassName
{
border-color: #91FAA6;
}
.TagClassName
{
border-color: #91FAA6;
}
</style>