#95ECA1

Color #95ECA1 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #95ECA1

Tints of Pale Green #95ECA1

Color information

#95ECA1 (or 0x95ECA1) is unknown color: approx Pale Green. HEX triplet: 95, EC and A1. RGB value is (149,236,161). Sum of RGB (Red+Green+Blue) = 149+236+161=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #95ECA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95ECA1 is #6A135E. Grayscale: #C9C9C9. Windows color (decimal): -6951775 or 10611861. OLE color: 10611861.

HSL color Cylindrical-coordinate representation of color #95ECA1: hue angle of 128.28º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95ECA1 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB149236161-
CMYK0.3700.320.07
HSL128.28º69.6%75.49%-
HSV(B)128.28º36.86%92.55%-
XYZ48.8268.9544.45-
YUV201.44105.1890.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=27.29%
G=43.22%
B=29.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492361610.3700.320.07128.2869.675.49
Hex95ECA125020780464b
Octal225354241450407200106113
Binary10010101111011001010000110010101000001111000000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ECA1; }

 p { color: rgb(149,236,161); }

 H1.HeaderClassName
 {
   color: #95ECA1;
 }
 .AnyTagClassName
 {
   color: #95ECA1;
 }
</style>
background-color css

<style>
 a { background-color: #95ECA1; }

 a { background-color: rgb(149,236,161); }

 div.DivClassName
 {
   background-color: #95ECA1;
 }
 .BgClassName
 {
   background-color: #95ECA1;
 }
</style>
border-color css

<style>
 span { border-color: #95ECA1; }

 span { border-color: rgb(149,236,161); }

 td.TdClassName
 {
   border-color: #95ECA1;
 }
 .TagClassName
 {
   border-color: #95ECA1;
 }
</style>