Shades of Pale Green #95F8AA
Tints of Pale Green #95F8AA
RGB
CMYK
RGB Variations
Color information
#95F8AA (or 0x95F8AA) is known color: Pale Green. HEX triplet: 95, F8 and AA. RGB value is (149,248,170). Sum of RGB (Red+Green+Blue) = 149+248+170=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F8AA is #6A0755. Grayscale: #D1D1D1. Windows color (decimal): -6948694 or 11204757. OLE color: 11204757.
HSL color Cylindrical-coordinate representation of color #95F8AA: hue angle of 132.73º degrees, saturation: 0.88, 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 #95F8AA is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 248 | 170 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.03 |
| HSL | 132.73º | 0.88% | 0.78% | - |
| HSV(B) | 132.73º | 0.4% | 0.97% | - |
| XYZ | 53.22 | 76.43 | 49.98 | - |
| YUV | 209.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 248 | 170 | 0.40 | 0 | 0.31 | 0.03 | 132.73 | 0.88 | 0.78 |
| Hex | 95 | F8 | AA | 28 | 0 | 1F | 3 | 85 | 58 | 4E |
| Octal | 225 | 370 | 252 | 50 | 0 | 37 | 3 | 205 | 130 | 116 |
| Binary | 10010101 | 11111000 | 10101010 | 101000 | 0 | 11111 | 11 | 10000101 | 1011000 | 1001110 |
Color Harmonies of #95F8AA
Complementary color
Monochromatic Colors of #95F8AA
Black with #95F8AA
Text Example
Text Example
White with #95F8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F8AA; }
p { color: rgb(149,248,170); }
H1.HeaderClassName
{
color: #95F8AA;
}
.AnyTagClassName
{
color: #95F8AA;
}
</style>
background-color css
<style>
a { background-color: #95F8AA; }
a { background-color: rgb(149,248,170); }
div.DivClassName
{
background-color: #95F8AA;
}
.BgClassName
{
background-color: #95F8AA;
}
</style>
border-color css
<style>
span { border-color: #95F8AA; }
span { border-color: rgb(149,248,170); }
td.TdClassName
{
border-color: #95F8AA;
}
.TagClassName
{
border-color: #95F8AA;
}
</style>