Shades of Pale Green #95EDA2
Tints of Pale Green #95EDA2
RGB
CMYK
RGB Variations
Color information
#95EDA2 (or 0x95EDA2) is known color: Pale Green. HEX triplet: 95, ED and A2. RGB value is (149,237,162). Sum of RGB (Red+Green+Blue) = 149+237+162=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EDA2 is #6A125D. Grayscale: #CACACA. Windows color (decimal): -6951518 or 10677653. OLE color: 10677653.
HSL color Cylindrical-coordinate representation of color #95EDA2: hue angle of 128.86º 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 #95EDA2 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 237 | 162 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.07 |
| HSL | 128.86º | 0.71% | 0.76% | - |
| HSV(B) | 128.86º | 0.37% | 0.93% | - |
| XYZ | 49.2 | 69.57 | 45.02 | - |
| YUV | 202.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 237 | 162 | 0.37 | 0 | 0.32 | 0.07 | 128.86 | 0.71 | 0.76 |
| Hex | 95 | ED | A2 | 25 | 0 | 20 | 7 | 81 | 47 | 4C |
| Octal | 225 | 355 | 242 | 45 | 0 | 40 | 7 | 201 | 107 | 114 |
| Binary | 10010101 | 11101101 | 10100010 | 100101 | 0 | 100000 | 111 | 10000001 | 1000111 | 1001100 |
Color Harmonies of #95EDA2
Complementary color
Monochromatic Colors of #95EDA2
Black with #95EDA2
Text Example
Text Example
White with #95EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EDA2; }
p { color: rgb(149,237,162); }
H1.HeaderClassName
{
color: #95EDA2;
}
.AnyTagClassName
{
color: #95EDA2;
}
</style>
background-color css
<style>
a { background-color: #95EDA2; }
a { background-color: rgb(149,237,162); }
div.DivClassName
{
background-color: #95EDA2;
}
.BgClassName
{
background-color: #95EDA2;
}
</style>
border-color css
<style>
span { border-color: #95EDA2; }
span { border-color: rgb(149,237,162); }
td.TdClassName
{
border-color: #95EDA2;
}
.TagClassName
{
border-color: #95EDA2;
}
</style>