Shades of Pale Green #91FAB2
Tints of Pale Green #91FAB2
RGB
CMYK
RGB Variations
Color information
#91FAB2 (or 0x91FAB2) is known color: Pale Green. HEX triplet: 91, FA and B2. RGB value is (145,250,178). Sum of RGB (Red+Green+Blue) = 145+250+178=573 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.31% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #91FAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FAB2 is #6E054D. Grayscale: #D2D2D2. Windows color (decimal): -7210318 or 11729553. OLE color: 11729553.
HSL color Cylindrical-coordinate representation of color #91FAB2: hue angle of 138.86º 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 #91FAB2 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 250 | 178 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.02 |
| HSL | 138.86º | 0.91% | 0.77% | - |
| HSV(B) | 138.86º | 0.42% | 0.98% | - |
| XYZ | 53.9 | 77.61 | 54.26 | - |
| YUV | 210.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 250 | 178 | 0.42 | 0 | 0.29 | 0.02 | 138.86 | 0.91 | 0.77 |
| Hex | 91 | FA | B2 | 2A | 0 | 1D | 2 | 8B | 5B | 4D |
| Octal | 221 | 372 | 262 | 52 | 0 | 35 | 2 | 213 | 133 | 115 |
| Binary | 10010001 | 11111010 | 10110010 | 101010 | 0 | 11101 | 10 | 10001011 | 1011011 | 1001101 |
Color Harmonies of #91FAB2
Complementary color
Monochromatic Colors of #91FAB2
Black with #91FAB2
Text Example
Text Example
White with #91FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FAB2; }
p { color: rgb(145,250,178); }
H1.HeaderClassName
{
color: #91FAB2;
}
.AnyTagClassName
{
color: #91FAB2;
}
</style>
background-color css
<style>
a { background-color: #91FAB2; }
a { background-color: rgb(145,250,178); }
div.DivClassName
{
background-color: #91FAB2;
}
.BgClassName
{
background-color: #91FAB2;
}
</style>
border-color css
<style>
span { border-color: #91FAB2; }
span { border-color: rgb(145,250,178); }
td.TdClassName
{
border-color: #91FAB2;
}
.TagClassName
{
border-color: #91FAB2;
}
</style>