Shades of Pale Green #95EFA0
Tints of Pale Green #95EFA0
RGB
CMYK
RGB Variations
Color information
#95EFA0 (or 0x95EFA0) is known color: Pale Green. HEX triplet: 95, EF and A0. RGB value is (149,239,160). Sum of RGB (Red+Green+Blue) = 149+239+160=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EFA0 is #6A105F. Grayscale: #CBCBCB. Windows color (decimal): -6951008 or 10547093. OLE color: 10547093.
HSL color Cylindrical-coordinate representation of color #95EFA0: hue angle of 127.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFA0 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 239 | 160 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.06 |
| HSL | 127.33º | 0.74% | 0.76% | - |
| HSV(B) | 127.33º | 0.38% | 0.94% | - |
| XYZ | 49.61 | 70.66 | 44.28 | - |
| YUV | 203.08 | 103.68 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 239 | 160 | 0.38 | 0 | 0.33 | 0.06 | 127.33 | 0.74 | 0.76 |
| Hex | 95 | EF | A0 | 26 | 0 | 21 | 6 | 7F | 4A | 4C |
| Octal | 225 | 357 | 240 | 46 | 0 | 41 | 6 | 177 | 112 | 114 |
| Binary | 10010101 | 11101111 | 10100000 | 100110 | 0 | 100001 | 110 | 1111111 | 1001010 | 1001100 |
Color Harmonies of #95EFA0
Complementary color
Monochromatic Colors of #95EFA0
Black with #95EFA0
Text Example
Text Example
White with #95EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EFA0; }
p { color: rgb(149,239,160); }
H1.HeaderClassName
{
color: #95EFA0;
}
.AnyTagClassName
{
color: #95EFA0;
}
</style>
background-color css
<style>
a { background-color: #95EFA0; }
a { background-color: rgb(149,239,160); }
div.DivClassName
{
background-color: #95EFA0;
}
.BgClassName
{
background-color: #95EFA0;
}
</style>
border-color css
<style>
span { border-color: #95EFA0; }
span { border-color: rgb(149,239,160); }
td.TdClassName
{
border-color: #95EFA0;
}
.TagClassName
{
border-color: #95EFA0;
}
</style>