Shades of Pale Green #95FA8C
Tints of Pale Green #95FA8C
RGB
CMYK
RGB Variations
Color information
#95FA8C (or 0x95FA8C) is known color: Pale Green. HEX triplet: 95, FA and 8C. RGB value is (149,250,140). Sum of RGB (Red+Green+Blue) = 149+250+140=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #95FA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FA8C is #6A0573. Grayscale: #CFCFCF. Windows color (decimal): -6948212 or 9239189. OLE color: 9239189.
HSL color Cylindrical-coordinate representation of color #95FA8C: hue angle of 115.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95FA8C is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 140 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.02 |
| HSL | 115.09º | 0.92% | 0.76% | - |
| HSV(B) | 115.09º | 0.44% | 0.98% | - |
| XYZ | 51.31 | 76.65 | 36.9 | - |
| YUV | 207.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 140 | 0.40 | 0 | 0.44 | 0.02 | 115.09 | 0.92 | 0.76 |
| Hex | 95 | FA | 8C | 28 | 0 | 2C | 2 | 73 | 5C | 4C |
| Octal | 225 | 372 | 214 | 50 | 0 | 54 | 2 | 163 | 134 | 114 |
| Binary | 10010101 | 11111010 | 10001100 | 101000 | 0 | 101100 | 10 | 1110011 | 1011100 | 1001100 |
Color Harmonies of #95FA8C
Complementary color
Monochromatic Colors of #95FA8C
Black with #95FA8C
Text Example
Text Example
White with #95FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FA8C; }
p { color: rgb(149,250,140); }
H1.HeaderClassName
{
color: #95FA8C;
}
.AnyTagClassName
{
color: #95FA8C;
}
</style>
background-color css
<style>
a { background-color: #95FA8C; }
a { background-color: rgb(149,250,140); }
div.DivClassName
{
background-color: #95FA8C;
}
.BgClassName
{
background-color: #95FA8C;
}
</style>
border-color css
<style>
span { border-color: #95FA8C; }
span { border-color: rgb(149,250,140); }
td.TdClassName
{
border-color: #95FA8C;
}
.TagClassName
{
border-color: #95FA8C;
}
</style>