Shades of Pale Green #91FBAA
Tints of Pale Green #91FBAA
RGB
CMYK
RGB Variations
Color information
#91FBAA (or 0x91FBAA) is known color: Pale Green. HEX triplet: 91, FB and AA. RGB value is (145,251,170). Sum of RGB (Red+Green+Blue) = 145+251+170=566 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.62% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FBAA is #6E0455. Grayscale: #D2D2D2. Windows color (decimal): -7210070 or 11205521. OLE color: 11205521.
HSL color Cylindrical-coordinate representation of color #91FBAA: hue angle of 134.15º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91FBAA is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 170 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.02 |
| HSL | 134.15º | 0.93% | 0.78% | - |
| HSV(B) | 134.15º | 0.42% | 0.98% | - |
| XYZ | 53.43 | 77.92 | 50.25 | - |
| YUV | 210.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 170 | 0.42 | 0 | 0.32 | 0.02 | 134.15 | 0.93 | 0.78 |
| Hex | 91 | FB | AA | 2A | 0 | 20 | 2 | 86 | 5D | 4E |
| Octal | 221 | 373 | 252 | 52 | 0 | 40 | 2 | 206 | 135 | 116 |
| Binary | 10010001 | 11111011 | 10101010 | 101010 | 0 | 100000 | 10 | 10000110 | 1011101 | 1001110 |
Color Harmonies of #91FBAA
Complementary color
Monochromatic Colors of #91FBAA
Black with #91FBAA
Text Example
Text Example
White with #91FBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBAA; }
p { color: rgb(145,251,170); }
H1.HeaderClassName
{
color: #91FBAA;
}
.AnyTagClassName
{
color: #91FBAA;
}
</style>
background-color css
<style>
a { background-color: #91FBAA; }
a { background-color: rgb(145,251,170); }
div.DivClassName
{
background-color: #91FBAA;
}
.BgClassName
{
background-color: #91FBAA;
}
</style>
border-color css
<style>
span { border-color: #91FBAA; }
span { border-color: rgb(145,251,170); }
td.TdClassName
{
border-color: #91FBAA;
}
.TagClassName
{
border-color: #91FBAA;
}
</style>