Shades of Pale Green #95F7A1
Tints of Pale Green #95F7A1
RGB
CMYK
RGB Variations
Color information
#95F7A1 (or 0x95F7A1) is known color: Pale Green. HEX triplet: 95, F7 and A1. RGB value is (149,247,161). Sum of RGB (Red+Green+Blue) = 149+247+161=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F7A1 is #6A085E. Grayscale: #D0D0D0. Windows color (decimal): -6948959 or 10614677. OLE color: 10614677.
HSL color Cylindrical-coordinate representation of color #95F7A1: hue angle of 127.35º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7A1 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 247 | 161 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.03 |
| HSL | 127.35º | 0.86% | 0.78% | - |
| HSV(B) | 127.35º | 0.4% | 0.97% | - |
| XYZ | 52.09 | 75.48 | 45.54 | - |
| YUV | 207.89 | 101.53 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 247 | 161 | 0.40 | 0 | 0.35 | 0.03 | 127.35 | 0.86 | 0.78 |
| Hex | 95 | F7 | A1 | 28 | 0 | 23 | 3 | 7F | 56 | 4E |
| Octal | 225 | 367 | 241 | 50 | 0 | 43 | 3 | 177 | 126 | 116 |
| Binary | 10010101 | 11110111 | 10100001 | 101000 | 0 | 100011 | 11 | 1111111 | 1010110 | 1001110 |
Color Harmonies of #95F7A1
Complementary color
Monochromatic Colors of #95F7A1
Black with #95F7A1
Text Example
Text Example
White with #95F7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F7A1; }
p { color: rgb(149,247,161); }
H1.HeaderClassName
{
color: #95F7A1;
}
.AnyTagClassName
{
color: #95F7A1;
}
</style>
background-color css
<style>
a { background-color: #95F7A1; }
a { background-color: rgb(149,247,161); }
div.DivClassName
{
background-color: #95F7A1;
}
.BgClassName
{
background-color: #95F7A1;
}
</style>
border-color css
<style>
span { border-color: #95F7A1; }
span { border-color: rgb(149,247,161); }
td.TdClassName
{
border-color: #95F7A1;
}
.TagClassName
{
border-color: #95F7A1;
}
</style>