Shades of Pale Green #95F9A4
Tints of Pale Green #95F9A4
RGB
CMYK
RGB Variations
Color information
#95F9A4 (or 0x95F9A4) is known color: Pale Green. HEX triplet: 95, F9 and A4. RGB value is (149,249,164). Sum of RGB (Red+Green+Blue) = 149+249+164=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F9A4 is #6A065B. Grayscale: #D1D1D1. Windows color (decimal): -6948444 or 10811797. OLE color: 10811797.
HSL color Cylindrical-coordinate representation of color #95F9A4: hue angle of 129º 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 #95F9A4 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 164 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.02 |
| HSL | 129º | 0.89% | 0.78% | - |
| HSV(B) | 129º | 0.4% | 0.98% | - |
| XYZ | 52.97 | 76.82 | 47.16 | - |
| YUV | 209.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 164 | 0.40 | 0 | 0.34 | 0.02 | 129 | 0.89 | 0.78 |
| Hex | 95 | F9 | A4 | 28 | 0 | 22 | 2 | 81 | 59 | 4E |
| Octal | 225 | 371 | 244 | 50 | 0 | 42 | 2 | 201 | 131 | 116 |
| Binary | 10010101 | 11111001 | 10100100 | 101000 | 0 | 100010 | 10 | 10000001 | 1011001 | 1001110 |
Color Harmonies of #95F9A4
Complementary color
Monochromatic Colors of #95F9A4
Black with #95F9A4
Text Example
Text Example
White with #95F9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9A4; }
p { color: rgb(149,249,164); }
H1.HeaderClassName
{
color: #95F9A4;
}
.AnyTagClassName
{
color: #95F9A4;
}
</style>
background-color css
<style>
a { background-color: #95F9A4; }
a { background-color: rgb(149,249,164); }
div.DivClassName
{
background-color: #95F9A4;
}
.BgClassName
{
background-color: #95F9A4;
}
</style>
border-color css
<style>
span { border-color: #95F9A4; }
span { border-color: rgb(149,249,164); }
td.TdClassName
{
border-color: #95F9A4;
}
.TagClassName
{
border-color: #95F9A4;
}
</style>