Shades of Pale Green #95FBA1
Tints of Pale Green #95FBA1
RGB
CMYK
RGB Variations
Color information
#95FBA1 (or 0x95FBA1) is known color: Pale Green. HEX triplet: 95, FB and A1. RGB value is (149,251,161). Sum of RGB (Red+Green+Blue) = 149+251+161=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FBA1 is #6A045E. Grayscale: #D2D2D2. Windows color (decimal): -6947935 or 10615701. OLE color: 10615701.
HSL color Cylindrical-coordinate representation of color #95FBA1: hue angle of 127.06º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FBA1 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 251 | 161 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.02 |
| HSL | 127.06º | 0.93% | 0.78% | - |
| HSV(B) | 127.06º | 0.41% | 0.98% | - |
| XYZ | 53.32 | 77.96 | 45.95 | - |
| YUV | 210.24 | 100.21 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 251 | 161 | 0.41 | 0 | 0.36 | 0.02 | 127.06 | 0.93 | 0.78 |
| Hex | 95 | FB | A1 | 29 | 0 | 24 | 2 | 7F | 5D | 4E |
| Octal | 225 | 373 | 241 | 51 | 0 | 44 | 2 | 177 | 135 | 116 |
| Binary | 10010101 | 11111011 | 10100001 | 101001 | 0 | 100100 | 10 | 1111111 | 1011101 | 1001110 |
Color Harmonies of #95FBA1
Complementary color
Monochromatic Colors of #95FBA1
Black with #95FBA1
Text Example
Text Example
White with #95FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FBA1; }
p { color: rgb(149,251,161); }
H1.HeaderClassName
{
color: #95FBA1;
}
.AnyTagClassName
{
color: #95FBA1;
}
</style>
background-color css
<style>
a { background-color: #95FBA1; }
a { background-color: rgb(149,251,161); }
div.DivClassName
{
background-color: #95FBA1;
}
.BgClassName
{
background-color: #95FBA1;
}
</style>
border-color css
<style>
span { border-color: #95FBA1; }
span { border-color: rgb(149,251,161); }
td.TdClassName
{
border-color: #95FBA1;
}
.TagClassName
{
border-color: #95FBA1;
}
</style>