Shades of Pale Green #95F9A8
Tints of Pale Green #95F9A8
RGB
CMYK
RGB Variations
Color information
#95F9A8 (or 0x95F9A8) is known color: Pale Green. HEX triplet: 95, F9 and A8. RGB value is (149,249,168). Sum of RGB (Red+Green+Blue) = 149+249+168=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F9A8 is #6A0657. Grayscale: #D2D2D2. Windows color (decimal): -6948440 or 11073941. OLE color: 11073941.
HSL color Cylindrical-coordinate representation of color #95F9A8: hue angle of 131.4º degrees, saturation: 0.89, 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 #95F9A8 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 168 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.02 |
| HSL | 131.4º | 0.89% | 0.78% | - |
| HSV(B) | 131.4º | 0.4% | 0.98% | - |
| XYZ | 53.34 | 76.97 | 49.09 | - |
| YUV | 209.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 168 | 0.40 | 0 | 0.33 | 0.02 | 131.4 | 0.89 | 0.78 |
| Hex | 95 | F9 | A8 | 28 | 0 | 21 | 2 | 83 | 59 | 4E |
| Octal | 225 | 371 | 250 | 50 | 0 | 41 | 2 | 203 | 131 | 116 |
| Binary | 10010101 | 11111001 | 10101000 | 101000 | 0 | 100001 | 10 | 10000011 | 1011001 | 1001110 |
Color Harmonies of #95F9A8
Complementary color
Monochromatic Colors of #95F9A8
Black with #95F9A8
Text Example
Text Example
White with #95F9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9A8; }
p { color: rgb(149,249,168); }
H1.HeaderClassName
{
color: #95F9A8;
}
.AnyTagClassName
{
color: #95F9A8;
}
</style>
background-color css
<style>
a { background-color: #95F9A8; }
a { background-color: rgb(149,249,168); }
div.DivClassName
{
background-color: #95F9A8;
}
.BgClassName
{
background-color: #95F9A8;
}
</style>
border-color css
<style>
span { border-color: #95F9A8; }
span { border-color: rgb(149,249,168); }
td.TdClassName
{
border-color: #95F9A8;
}
.TagClassName
{
border-color: #95F9A8;
}
</style>