Shades of Pale Green #91F2A8
Tints of Pale Green #91F2A8
RGB
CMYK
RGB Variations
Color information
#91F2A8 (or 0x91F2A8) is known color: Pale Green. HEX triplet: 91, F2 and A8. RGB value is (145,242,168). Sum of RGB (Red+Green+Blue) = 145+242+168=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #91F2A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91F2A8 is #6E0D57. Grayscale: #CCCCCC. Windows color (decimal): -7212376 or 11072145. OLE color: 11072145.
HSL color Cylindrical-coordinate representation of color #91F2A8: hue angle of 134.23º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F2A8 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 242 | 168 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.05 |
| HSL | 134.23º | 0.79% | 0.76% | - |
| HSV(B) | 134.23º | 0.4% | 0.95% | - |
| XYZ | 50.5 | 72.35 | 48.35 | - |
| YUV | 204.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 242 | 168 | 0.40 | 0 | 0.31 | 0.05 | 134.23 | 0.79 | 0.76 |
| Hex | 91 | F2 | A8 | 28 | 0 | 1F | 5 | 86 | 4F | 4C |
| Octal | 221 | 362 | 250 | 50 | 0 | 37 | 5 | 206 | 117 | 114 |
| Binary | 10010001 | 11110010 | 10101000 | 101000 | 0 | 11111 | 101 | 10000110 | 1001111 | 1001100 |
Color Harmonies of #91F2A8
Complementary color
Monochromatic Colors of #91F2A8
Black with #91F2A8
Text Example
Text Example
White with #91F2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F2A8; }
p { color: rgb(145,242,168); }
H1.HeaderClassName
{
color: #91F2A8;
}
.AnyTagClassName
{
color: #91F2A8;
}
</style>
background-color css
<style>
a { background-color: #91F2A8; }
a { background-color: rgb(145,242,168); }
div.DivClassName
{
background-color: #91F2A8;
}
.BgClassName
{
background-color: #91F2A8;
}
</style>
border-color css
<style>
span { border-color: #91F2A8; }
span { border-color: rgb(145,242,168); }
td.TdClassName
{
border-color: #91F2A8;
}
.TagClassName
{
border-color: #91F2A8;
}
</style>