Shades of Pale Green #95FCA3
Tints of Pale Green #95FCA3
RGB
CMYK
RGB Variations
Color information
#95FCA3 (or 0x95FCA3) is known color: Pale Green. HEX triplet: 95, FC and A3. RGB value is (149,252,163). Sum of RGB (Red+Green+Blue) = 149+252+163=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #95FCA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FCA3 is #6A035C. Grayscale: #D3D3D3. Windows color (decimal): -6947677 or 10747029. OLE color: 10747029.
HSL color Cylindrical-coordinate representation of color #95FCA3: hue angle of 128.16º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FCA3 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 252 | 163 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.01 |
| HSL | 128.16º | 0.94% | 0.79% | - |
| HSV(B) | 128.16º | 0.41% | 0.99% | - |
| XYZ | 53.82 | 78.65 | 47 | - |
| YUV | 211.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 252 | 163 | 0.41 | 0 | 0.35 | 0.01 | 128.16 | 0.94 | 0.79 |
| Hex | 95 | FC | A3 | 29 | 0 | 23 | 1 | 80 | 5E | 4F |
| Octal | 225 | 374 | 243 | 51 | 0 | 43 | 1 | 200 | 136 | 117 |
| Binary | 10010101 | 11111100 | 10100011 | 101001 | 0 | 100011 | 1 | 10000000 | 1011110 | 1001111 |
Color Harmonies of #95FCA3
Complementary color
Monochromatic Colors of #95FCA3
Black with #95FCA3
Text Example
Text Example
White with #95FCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FCA3; }
p { color: rgb(149,252,163); }
H1.HeaderClassName
{
color: #95FCA3;
}
.AnyTagClassName
{
color: #95FCA3;
}
</style>
background-color css
<style>
a { background-color: #95FCA3; }
a { background-color: rgb(149,252,163); }
div.DivClassName
{
background-color: #95FCA3;
}
.BgClassName
{
background-color: #95FCA3;
}
</style>
border-color css
<style>
span { border-color: #95FCA3; }
span { border-color: rgb(149,252,163); }
td.TdClassName
{
border-color: #95FCA3;
}
.TagClassName
{
border-color: #95FCA3;
}
</style>