Shades of Pale Green #95F7A4
Tints of Pale Green #95F7A4
RGB
CMYK
RGB Variations
Color information
#95F7A4 (or 0x95F7A4) is known color: Pale Green. HEX triplet: 95, F7 and A4. RGB value is (149,247,164). Sum of RGB (Red+Green+Blue) = 149+247+164=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #95F7A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F7A4 is #6A085B. Grayscale: #D0D0D0. Windows color (decimal): -6948956 or 10811285. OLE color: 10811285.
HSL color Cylindrical-coordinate representation of color #95F7A4: hue angle of 129.18º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F7A4 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 247 | 164 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.03 |
| HSL | 129.18º | 0.86% | 0.78% | - |
| HSV(B) | 129.18º | 0.4% | 0.97% | - |
| XYZ | 52.36 | 75.59 | 46.95 | - |
| YUV | 208.24 | 103.03 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 247 | 164 | 0.40 | 0 | 0.34 | 0.03 | 129.18 | 0.86 | 0.78 |
| Hex | 95 | F7 | A4 | 28 | 0 | 22 | 3 | 81 | 56 | 4E |
| Octal | 225 | 367 | 244 | 50 | 0 | 42 | 3 | 201 | 126 | 116 |
| Binary | 10010101 | 11110111 | 10100100 | 101000 | 0 | 100010 | 11 | 10000001 | 1010110 | 1001110 |
Color Harmonies of #95F7A4
Complementary color
Monochromatic Colors of #95F7A4
Black with #95F7A4
Text Example
Text Example
White with #95F7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F7A4; }
p { color: rgb(149,247,164); }
H1.HeaderClassName
{
color: #95F7A4;
}
.AnyTagClassName
{
color: #95F7A4;
}
</style>
background-color css
<style>
a { background-color: #95F7A4; }
a { background-color: rgb(149,247,164); }
div.DivClassName
{
background-color: #95F7A4;
}
.BgClassName
{
background-color: #95F7A4;
}
</style>
border-color css
<style>
span { border-color: #95F7A4; }
span { border-color: rgb(149,247,164); }
td.TdClassName
{
border-color: #95F7A4;
}
.TagClassName
{
border-color: #95F7A4;
}
</style>