Shades of Pale Green #95FAA1
Tints of Pale Green #95FAA1
RGB
CMYK
RGB Variations
Color information
#95FAA1 (or 0x95FAA1) is known color: Pale Green. HEX triplet: 95, FA and A1. RGB value is (149,250,161). Sum of RGB (Red+Green+Blue) = 149+250+161=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FAA1 is #6A055E. Grayscale: #D1D1D1. Windows color (decimal): -6948191 or 10615445. OLE color: 10615445.
HSL color Cylindrical-coordinate representation of color #95FAA1: hue angle of 127.13º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95FAA1 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 161 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.02 |
| HSL | 127.13º | 0.91% | 0.78% | - |
| HSV(B) | 127.13º | 0.4% | 0.98% | - |
| XYZ | 53.01 | 77.33 | 45.85 | - |
| YUV | 209.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 161 | 0.40 | 0 | 0.36 | 0.02 | 127.13 | 0.91 | 0.78 |
| Hex | 95 | FA | A1 | 28 | 0 | 24 | 2 | 7F | 5B | 4E |
| Octal | 225 | 372 | 241 | 50 | 0 | 44 | 2 | 177 | 133 | 116 |
| Binary | 10010101 | 11111010 | 10100001 | 101000 | 0 | 100100 | 10 | 1111111 | 1011011 | 1001110 |
Color Harmonies of #95FAA1
Complementary color
Monochromatic Colors of #95FAA1
Black with #95FAA1
Text Example
Text Example
White with #95FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FAA1; }
p { color: rgb(149,250,161); }
H1.HeaderClassName
{
color: #95FAA1;
}
.AnyTagClassName
{
color: #95FAA1;
}
</style>
background-color css
<style>
a { background-color: #95FAA1; }
a { background-color: rgb(149,250,161); }
div.DivClassName
{
background-color: #95FAA1;
}
.BgClassName
{
background-color: #95FAA1;
}
</style>
border-color css
<style>
span { border-color: #95FAA1; }
span { border-color: rgb(149,250,161); }
td.TdClassName
{
border-color: #95FAA1;
}
.TagClassName
{
border-color: #95FAA1;
}
</style>