#97ECA5

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

Shades of Pale Green #97ECA5

Tints of Pale Green #97ECA5

Color information

#97ECA5 (or 0x97ECA5) is unknown color: approx Pale Green. HEX triplet: 97, EC and A5. RGB value is (151,236,165). Sum of RGB (Red+Green+Blue) = 151+236+165=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #97ECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97ECA5 is #68135A. Grayscale: #CACACA. Windows color (decimal): -6820699 or 10874007. OLE color: 10874007.

HSL color Cylindrical-coordinate representation of color #97ECA5: hue angle of 129.88º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97ECA5 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB151236165-
CMYK0.3600.300.07
HSL129.88º69.11%75.88%-
HSV(B)129.88º36.02%92.55%-
XYZ49.5569.2946.36-
YUV202.49106.8491.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.36%
GREEN value IS 236 (92.58% from 255) = 42.75%
BLUE value IS 165 (64.84% from 255) = 29.89%
R=27.36%
G=42.75%
B=29.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1512361650.3600.300.07129.8869.1175.88
Hex97ECA52401E782454c
Octal227354245440367202105114
Binary1001011111101100101001011001000111101111000001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ECA5; }

 p { color: rgb(151,236,165); }

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

<style>
 a { background-color: #97ECA5; }

 a { background-color: rgb(151,236,165); }

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

<style>
 span { border-color: #97ECA5; }

 span { border-color: rgb(151,236,165); }

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