Shades of Pale Green #95EDA0
Tints of Pale Green #95EDA0
RGB
CMYK
RGB Variations
Color information
#95EDA0 (or 0x95EDA0) is known color: Pale Green. HEX triplet: 95, ED and A0. RGB value is (149,237,160). Sum of RGB (Red+Green+Blue) = 149+237+160=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EDA0 is #6A125F. Grayscale: #CACACA. Windows color (decimal): -6951520 or 10546581. OLE color: 10546581.
HSL color Cylindrical-coordinate representation of color #95EDA0: hue angle of 127.5º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDA0 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 237 | 160 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.07 |
| HSL | 127.5º | 0.71% | 0.76% | - |
| HSV(B) | 127.5º | 0.37% | 0.93% | - |
| XYZ | 49.02 | 69.5 | 44.09 | - |
| YUV | 201.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 160 | 0.37 | 0 | 0.32 | 0.07 | 127.5 | 0.71 | 0.76 |
| Hex | 95 | ED | A0 | 25 | 0 | 20 | 7 | 80 | 47 | 4C |
| Octal | 225 | 355 | 240 | 45 | 0 | 40 | 7 | 200 | 107 | 114 |
| Binary | 10010101 | 11101101 | 10100000 | 100101 | 0 | 100000 | 111 | 10000000 | 1000111 | 1001100 |
Color Harmonies of #95EDA0
Complementary color
Monochromatic Colors of #95EDA0
Black with #95EDA0
Text Example
Text Example
White with #95EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EDA0; }
p { color: rgb(149,237,160); }
H1.HeaderClassName
{
color: #95EDA0;
}
.AnyTagClassName
{
color: #95EDA0;
}
</style>
background-color css
<style>
a { background-color: #95EDA0; }
a { background-color: rgb(149,237,160); }
div.DivClassName
{
background-color: #95EDA0;
}
.BgClassName
{
background-color: #95EDA0;
}
</style>
border-color css
<style>
span { border-color: #95EDA0; }
span { border-color: rgb(149,237,160); }
td.TdClassName
{
border-color: #95EDA0;
}
.TagClassName
{
border-color: #95EDA0;
}
</style>