Shades of Pale Green #95F69E
Tints of Pale Green #95F69E
RGB
CMYK
RGB Variations
Color information
#95F69E (or 0x95F69E) is known color: Pale Green. HEX triplet: 95, F6 and 9E. RGB value is (149,246,158). Sum of RGB (Red+Green+Blue) = 149+246+158=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #95F69E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F69E is #6A0961. Grayscale: #CFCFCF. Windows color (decimal): -6949218 or 10417813. OLE color: 10417813.
HSL color Cylindrical-coordinate representation of color #95F69E: hue angle of 125.57º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F69E is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 158 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.04 |
| HSL | 125.57º | 0.84% | 0.77% | - |
| HSV(B) | 125.57º | 0.39% | 0.96% | - |
| XYZ | 51.52 | 74.77 | 44.06 | - |
| YUV | 206.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 158 | 0.39 | 0 | 0.36 | 0.04 | 125.57 | 0.84 | 0.77 |
| Hex | 95 | F6 | 9E | 27 | 0 | 24 | 4 | 7E | 54 | 4D |
| Octal | 225 | 366 | 236 | 47 | 0 | 44 | 4 | 176 | 124 | 115 |
| Binary | 10010101 | 11110110 | 10011110 | 100111 | 0 | 100100 | 100 | 1111110 | 1010100 | 1001101 |
Color Harmonies of #95F69E
Complementary color
Monochromatic Colors of #95F69E
Black with #95F69E
Text Example
Text Example
White with #95F69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F69E; }
p { color: rgb(149,246,158); }
H1.HeaderClassName
{
color: #95F69E;
}
.AnyTagClassName
{
color: #95F69E;
}
</style>
background-color css
<style>
a { background-color: #95F69E; }
a { background-color: rgb(149,246,158); }
div.DivClassName
{
background-color: #95F69E;
}
.BgClassName
{
background-color: #95F69E;
}
</style>
border-color css
<style>
span { border-color: #95F69E; }
span { border-color: rgb(149,246,158); }
td.TdClassName
{
border-color: #95F69E;
}
.TagClassName
{
border-color: #95F69E;
}
</style>